Name |
Description |
CommandBuilder |
A utility class to create TestCommands |
EventListenerTextWriter |
EventListenerTextWriter is a TextWriter that channels output to the TestOutput method of an ITestListener. |
EventQueueTests |
|
EventQueueTests.DequeueBlocking_StopTest |
|
EventQueueTests.EventProducer |
|
EventQueueTests.ProducerConsumerTest |
|
EventQueueTests.SetWaitHandle_Enqueue_AsynchronousTest |
|
SimpleWorkItemDispatcher |
SimpleWorkItemDispatcher handles execution of WorkItems by directly executing them. It is provided so that a dispatcher is always available in the context, thereby simplifying the code needed to run child tests. |
TestWorkerTests |
|
WorkItem |
A WorkItem may be an individual test case, a fixture or a higher level grouping of tests. All WorkItems inherit from the abstract WorkItem class, which uses the template pattern to allow derived classes to perform work in whatever way is needed. A WorkItem is created with a particular TestExecutionContext and is responsible for re-establishing that context in the current thread before it begins or resumes execution. |
WorkItemQueueTests |
|
WorkItemTests |
|
WorkItemTests.DummyFixture |
|