TestSuiteCoordinator Class

Microsoft Robotics Class Reference

Helper process for scheduling and orchestrating test cases

Namespace:  Microsoft.Dss.Services.Test
Assembly:  Microsoft.Dss.Runtime (in Microsoft.Dss.Runtime.dll) Version: 2.1.9999.0

Syntax

public class TestSuiteCoordinator : ServiceBase
'Declaration
Public Class TestSuiteCoordinator _
    Inherits ServiceBase
public ref class TestSuiteCoordinator : public ServiceBase

Remarks

Test Services create instances of TestSuiteCoordinator and communicate with it using the testSuiteCoordinationPort. They can add test cases to the suite by creating an instance of the TestCase class and then posting it on this port. To retrieve the results of the entire suite the test service has to supply a result port when creating the coordinator. Using the result test services can nest Suite Coordinators and schedule their execution in cascade or in parallel creating arbitrary orchestration of test suites

Inheritance Hierarchy

System. . :: .Object
  Microsoft.Ccr.Core. . :: .CcrServiceBase
    Microsoft.Dss.Core. . :: .ServiceBase
      Microsoft.Dss.Services.Test..::.TestSuiteCoordinator

See Also

TestSuiteCoordinator Members

Microsoft.Dss.Services.Test Namespace