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
public method static 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.
public method static AssertBind Overloaded.  
public method static 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.
public method static 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.
public method static 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.
public method static 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.
public method static 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.
public method static 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.
public method static 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.
public method static 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.
public method static 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.
public method static 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.
public method static 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