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
public method 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.
public method Equals  (Inherited from Object)
public method 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.
public method GetHashCode  (Inherited from Object)
public method GetType  (Inherited from Object)
public method ToString  (Inherited from Object)
public method 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
protected method Finalize  (Inherited from Object)
protected method MemberwiseClone  (Inherited from Object)

Top

See Also

Reference

ObservationQueue Generic Class
Microsoft.SpecExplorer.Runtime.Testing Namespace
DefaultTestManager Class