IConfigurableGeneratedTestClass Members
Represents a base class that supports dynamic traversal for test classes generated by Spec Explorer.
The following tables list the members exposed by the IConfigurableGeneratedTestClass type.
Public Properties
Name | Description | |
---|---|---|
LogToFile | Gets or sets a value that indicates whether to write messages to a log file. | |
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. (Inherited from IGeneratedTestClass) | |
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. (Inherited from IGeneratedTestClass) | |
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. (Inherited from IGeneratedTestClass) | |
TestProperties | Gets or sets a dictionary of named properties for the generated test class. |
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. (Inherited from IGeneratedTestClass) | |
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. (Inherited from IGeneratedTestClass) | |
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. (Inherited from IGeneratedTestClass) | |
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. (Inherited from IGeneratedTestClass) |
Top
See Also
Reference
IConfigurableGeneratedTestClass Interface
Microsoft.SpecExplorer.Runtime.Testing Namespace
Microsoft.SpecExplorer.Runtime.Testing.VsTestClassBase
GeneratedTestClassBase Class
IConfigurableGeneratedTestClass Interface
DefaultTestManager Class
IBasicTestSite Interface