Share via


TestSuiteCoordinator Members

Microsoft Robotics Class Reference

The TestSuiteCoordinator type exposes the following members.

Constructors

  Name Description
Bb845148.pubmethod(en-us,MSDN.10).gif TestSuiteCoordinator
Initialization constructor

Methods

  Name Description
Bb845148.pubmethod(en-us,MSDN.10).gif Activate< (Of < (T> ) > )
Submits CCR tasks to the dispatcher port for execution. If the task was a receiver orchestration like join or choice, executing it means registering constraints on ports to guard the execution of user code
(Inherited from CcrServiceBase.)
Bb845148.protmethod(en-us,MSDN.10).gif Cleanup Overloaded.
Bb845148.pubmethod(en-us,MSDN.10).gifBb845148.static(en-us,MSDN.10).gif CreateConcurrent
Creates a concurrent test suite coordinator. It executes all queued test cases in parallel. When they all finish, regardless of individual success or failure, it will report success or failure. Failure is reported for the entire suite, if all test cases passed. Failure if even one failed. TestSuiteCoordinator
Bb845148.pubmethod(en-us,MSDN.10).gifBb845148.static(en-us,MSDN.10).gif CreateSequential
Creates a sequential test suite coordinator. It executes one test case after the previous one reports success. If a test case reports failure all test cases queued will be failed TestSuiteCoordinator
Bb845148.protmethod(en-us,MSDN.10).gif DefaultCleanup
Registers a delegate which will trigger when a Shutdown message is posted on the CleanupPort port associated with this class instance
(Inherited from ServiceBase.)
Bb845148.pubmethod(en-us,MSDN.10).gif Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Bb845148.protmethod(en-us,MSDN.10).gif FailAll
Force all test cases to fail
Bb845148.protmethod(en-us,MSDN.10).gif Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Bb845148.pubmethod(en-us,MSDN.10).gif GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Bb845148.pubmethod(en-us,MSDN.10).gif GetType
Gets the Type of the current instance.
(Inherited from Object.)
Bb845148.protmethod(en-us,MSDN.10).gif Init Overloaded.
Bb845148.protmethod(en-us,MSDN.10).gif MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Bb845148.protmethod(en-us,MSDN.10).gif ProcessTestCase
Iterates through the test cases
Bb845148.protmethod(en-us,MSDN.10).gif Shutdown
Default cleanup
Bb845148.protmethod(en-us,MSDN.10).gif Spawn Overloaded.
Bb845148.protmethod(en-us,MSDN.10).gif SpawnIterator Overloaded.
Bb845148.protmethod(en-us,MSDN.10).gif TestCaseCompleted
Called when test case is complete
Bb845148.protmethod(en-us,MSDN.10).gif TestCaseProgressReport
Called to send a progress update to the test case progress report port
Bb845148.protmethod(en-us,MSDN.10).gif TimeoutPort Overloaded.
Bb845148.pubmethod(en-us,MSDN.10).gif ToString
Returns a String that represents the current Object.
(Inherited from Object.)
Bb845148.protmethod(en-us,MSDN.10).gif UpdateEnvironment
Update the TaskQueue instance with the one in the supplied result
(Inherited from ServiceBase.)

Properties

  Name Description
Bb845148.protproperty(en-us,MSDN.10).gif CleanupPort
Default cleanup port for this instance.
(Inherited from ServiceBase.)
Bb845148.protproperty(en-us,MSDN.10).gif ConcurrentProcessing
coordination context for concurrent processing of test cases
Bb845148.pubproperty(en-us,MSDN.10).gif DefaultTestCaseTimeSpan
default time span
Bb845148.protproperty(en-us,MSDN.10).gif Environment
Service environment
(Inherited from ServiceBase.)
Bb845148.protproperty(en-us,MSDN.10).gif FileStoreConstructorPort
FileStore Constructor Service
(Inherited from ServiceBase.)
Bb845148.protproperty(en-us,MSDN.10).gif ProcessingType
Active coordination context
Bb845148.protproperty(en-us,MSDN.10).gif ResourceManagerPort
Resource manager
(Inherited from ServiceBase.)
Bb845148.protproperty(en-us,MSDN.10).gif SequentialProcessing
coordination context for sequential processing of test cases
Bb845148.protproperty(en-us,MSDN.10).gif SerializerPort
Serializer
(Inherited from ServiceBase.)
Bb845148.protproperty(en-us,MSDN.10).gif TaskQueue
Dispatcher port associated with this instance. Used by Activate() calls to schedule tasks
(Inherited from CcrServiceBase.)
Bb845148.protproperty(en-us,MSDN.10).gif WinFormsServicePort
WinForms Service
(Inherited from ServiceBase.)

See Also

TestSuiteCoordinator Class

Microsoft.Dss.Services.Test Namespace