Share via


DefaultTestManager Constructor (IBasicTestSite, Int32, Int32)

Initializes a new instance of the DefaultTestManager class that uses the specified IBasicTestSite object and has the specified initial capacity for the observed event and method return queues.

Namespace: Microsoft.SpecExplorer.Runtime.Testing
Assembly: Microsoft.SpecExplorer.Runtime (in Microsoft.SpecExplorer.Runtime.dll)

Usage

'Usage

Syntax

'Declaration
public DefaultTestManager (
    IBasicTestSite site,
    int maxEventQueueSize,
    int maxReturnQueueSize
)

Parameters

  • site
    The test site for the test manager.
  • maxEventQueueSize
    The initial number of events that the observed event queue can contain.
  • maxReturnQueueSize
    The initial number of method returns the method return queue can contain.

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