DefaultTestManager Constructor (IBasicTestSite)
Initializes a new instance of the DefaultTestManager class that uses the specified IBasicTestSite object. This method supports the generated test cases and is not intended to be used directly from your code.
Namespace: Microsoft.SpecExplorer.Runtime.Testing
Assembly: Microsoft.SpecExplorer.Runtime (in Microsoft.SpecExplorer.Runtime.dll)
Usage
'Usage
Syntax
'Declaration
protected DefaultTestManager (
IBasicTestSite site
)
Parameters
- site
The test site for the test manager.
Remarks
The default initial capacity is 32 for the observed event queue and is 8 for the observed method return queue.
Platforms
Development Platforms
Microsoft Windows 7, Microsoft Windows Vista, Microsoft Windows XP SP2 or later, Microsoft Windows Server 2008, Microsoft Windows Server 2003
See Also
Reference
DefaultTestManager Class
DefaultTestManager Members
Microsoft.SpecExplorer.Runtime.Testing Namespace
IBasicTestSite