IGeneratedTestClass Members

Represents a base class for test classes generated by Spec Explorer.

The following tables list the members exposed by the IGeneratedTestClass type.

Public Properties

  Name Description
public property Manager Gets or sets the test manager. This method supports the generated test cases and is not intended to be used directly from your code.
public property ProceedControlTimeout Gets or sets the time-out period during which the test engine waits for observations before proceeding with a control action. This method supports the generated test cases and is not intended to be used directly from your code.
public property QuiescenceTimeout Gets or sets the time-out period after which the implementation is assumed to be unresponsive. This method supports the generated test cases and is not intended to be used directly from your code.

Top

Public Methods

  Name Description
public method CleanupTestManager Performs test case cleanup. The test harness calls this method after running a test case. This method supports the generated test cases and is not intended to be used directly from your code.
public method InitializeTestManager Performs test case setup. The test harness calls this method before running a test case. This method supports the generated test cases and is not intended to be used directly from your code.
public method Make Creates and initializes a structure or compound value. This method supports the generated test cases and is not intended to be used directly from your code.
public method SetSwitch Sets the value of a Cord switch in the generated test class. This method supports the generated test cases and is not intended to be used directly from your code.

Top

See Also

Reference

IGeneratedTestClass Interface
Microsoft.SpecExplorer.Runtime.Testing Namespace
Microsoft.SpecExplorer.Runtime.Testing.VsTestClassBase
GeneratedTestClassBase Class
IConfigurableGeneratedTestClass Interface
DefaultTestManager Class
IBasicTestSite Interface