IBypassingTestSite Members

Defines a test site that bypasses assertion failures. This class supports the Spec Explorer infrastructure and is not intended to be used directly from your code.

The following tables list the members exposed by the IBypassingTestSite type.

Public Methods

  Name Description
public method Assert  Supports assertion handling in generated test cases. (Inherited from IBasicTestSite)
public method Assume  Supports initialization requirements in a generated test class. (Inherited from IBasicTestSite)
public method BeginTest  Indicates to the test harness that a test case is starting. (Inherited from IBasicTestSite)
public method Checkpoint  Indicates to the test harness that a step in a test case captured a requirement. (Inherited from IBasicTestSite)
public method Comment  Produces a comment to the test harness about test execution in the generated test cases. (Inherited from IBasicTestSite)
public method EndTest  Indicates to the test harness that a test case finished. (Inherited from IBasicTestSite)
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. (Inherited from IBasicTestSite)
public method IsTrue This method supports the Spec Explorer infrastructure and is not intended to be used directly from your code.

Top

See Also

Reference

IBypassingTestSite Interface
Microsoft.SpecExplorer.Runtime.Testing Namespace