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
public property LogToFile Gets or sets a value that indicates whether to write messages to a log file.
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. (Inherited from IGeneratedTestClass)
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. (Inherited from IGeneratedTestClass)
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. (Inherited from IGeneratedTestClass)
public property TestProperties Gets or sets a dictionary of named properties for the generated test class.

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. (Inherited from IGeneratedTestClass)
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. (Inherited from IGeneratedTestClass)
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. (Inherited from IGeneratedTestClass)
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. (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