GeneratedTestClassBase.QuiescenceTimeout Property

Gets or sets the time-out period after which the implementation is assumed to be unresponsive. 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
public TimeSpan QuiescenceTimeout { get; set; }

Property Value

The time-out period.

Remarks

The test case fails if the system under test does not produce behavior within the time-out period.

The generated test class uses the value of the QuiescenceTimeout switch and the SetSwitch method to initialize this property.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

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

GeneratedTestClassBase Class
GeneratedTestClassBase Members
Microsoft.SpecExplorer.Runtime.Testing Namespace
GeneratedTestClassBase.SetSwitch Method

Other Resources

Test Execution Switches