Share via


TestCaseControlPort Class

Microsoft Robotics Class Reference

User defined test cases supply an instance of this port to the TestCaseProcessor

Remarks

Each TestCase supplies a control port so the coordinator can issue Start and Shutdown messages. The coordination uses the ResultPort associated with each StartTest message to determine when the testCase is complete. It also has a timeout associated with each test so it can report failure if the test case doe snot respond in time

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

Syntax

public class TestCaseControlPort : PortSet<StartTest, Shutdown>
'Declaration
Public Class TestCaseControlPort _
    Inherits PortSet(Of StartTest, Shutdown)
public ref class TestCaseControlPort : public PortSet<StartTest^, Shutdown^>

Inheritance Hierarchy

System. . :: .Object
  Microsoft.Ccr.Core. . :: .PortSet< (Of < (StartTest, Shutdown> ) > )
    Microsoft.Dss.Services.Test..::.TestCaseControlPort

See Also

TestCaseControlPort Members

Microsoft.Dss.Services.Test Namespace