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 | |
---|---|---|
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. | |
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. | |
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 | |
---|---|---|
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. | |
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. | |
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. | |
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