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