IBasicTestSite Members
Declares methods that the DefaultTestManager class calls to support basic reporting and logging functions.
The following tables list the members exposed by the IBasicTestSite type.
Public Methods
Name | Description | |
---|---|---|
Assert | Supports assertion handling in generated test cases. | |
Assume | Supports initialization requirements in a generated test class. | |
BeginTest | Indicates to the test harness that a test case is starting. | |
Checkpoint | Indicates to the test harness that a step in a test case captured a requirement. | |
Comment | Produces a comment to the test harness about test execution in the generated test cases. | |
EndTest | Indicates to the test harness that a test case finished. | |
GetAdapter | Retrieves a singleton instance of an adapter of the given type; throws an exception on failure. This method supports the Spec Explorer infrastructure and is not intended to be used directly from your code. |
Top
See Also
Reference
IBasicTestSite Interface
Microsoft.SpecExplorer.Runtime.Testing Namespace
DefaultTestManager Class
GeneratedTestClassBase Class
VsTestClassBase
IGeneratedTestClass
IConfigurableGeneratedTestClass