ObservationQueue Members
Represents a thread-safe first-in, first-out observation queue for observed steps in the system under test. This class supports the testing infrastructure and is not intended to be used directly from your code.
The following tables list the members exposed by the ObservationQueue type.
Public Constructors
Name | Description | |
---|---|---|
ObservationQueue | Initializes a new instance of the ObservationQueue class that is empty and has the specified initial capacity. This constructor supports the testing infrastructure and is not intended to be used directly from your code. |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
Add | Adds an item to the end of the queue. This method supports the testing infrastructure and is not intended to be used directly from your code. | |
Equals | (Inherited from Object) | |
GetEnumerator | Returns a list of the elements in the queue. This method supports the testing infrastructure and is not intended to be used directly from your code. | |
GetHashCode | (Inherited from Object) | |
GetType | (Inherited from Object) | |
ToString | (Inherited from Object) | |
TryGet | Gets the element at the beginning of the queue. A return value indicates whether the operation succeeded. This method supports the testing infrastructure and is not intended to be used directly from your code. |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object) | |
MemberwiseClone | (Inherited from Object) |
Top
See Also
Reference
ObservationQueue Generic Class
Microsoft.SpecExplorer.Runtime.Testing Namespace
DefaultTestManager Class