TestManagerHelpers Members
Primarily, this class handles calls from the test case code generated by Spec Explorer.
The following tables list the members exposed by the TestManagerHelpers type.
Public Methods
Name | Description | |
---|---|---|
AssertAreEqual | Asserts that two values are equal. This method supports the generated test cases and is not intended to be used directly from your code. | |
AssertBind | Overloaded. | |
AssertNotNull | Asserts that a value is not null. This method supports the generated test cases and is not intended to be used directly from your code. | |
Describe | Describes a value for test diagnostics. This method supports the generated test cases and is not intended to be used directly from your code. | |
Equality | Determines whether the specified object instances are considered equal. This method supports the generated test cases and is not intended to be used directly from your code. | |
GetConstructorInfo | Returns a specific constructor for a type. This method supports the generated test cases and is not intended to be used directly from your code. | |
GetEventInfo | Returns a specific event for a type. This method supports the generated test cases and is not intended to be used directly from your code. | |
GetFieldValueByName | Returns the value of a field. This method supports the generated test cases and is not intended to be used directly from your code. | |
GetMethodInfo | Returns a specific method for a type. This method supports the generated test cases and is not intended to be used directly from your code. | |
IsAdapter | Checks whether a given type represents a test adapter. This method supports the generated test cases and is not intended to be used directly from your code. | |
Make | Creates a structure or compound value. This method supports the generated test cases and is not intended to be used directly from your code. | |
Subscribe | Subscribes a test manager to all of the public events of an adapter. This method supports the generated test cases and is not intended to be used directly from your code. | |
Unsubscribe | Unsubscribes a test manager from all of the public events of an adapter. This method supports the generated test cases and is not intended to be used directly from your code. |
Top
See Also
Reference
TestManagerHelpers Class
Microsoft.SpecExplorer.Runtime.Testing Namespace
DefaultTestManager Class
IGeneratedTestClass Interface
IConfigurableGeneratedTestClass Interface
IBasicTestSite Interface