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
public method Assert Supports assertion handling in generated test cases.
public method Assume Supports initialization requirements in a generated test class.
public method BeginTest Indicates to the test harness that a test case is starting.
public method Checkpoint Indicates to the test harness that a step in a test case captured a requirement.
public method Comment Produces a comment to the test harness about test execution in the generated test cases.
public method EndTest Indicates to the test harness that a test case finished.
public method 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