AddCase Method (String, String)

Microsoft Robotics Class Reference

Adds a case to the service state

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

Syntax

protected void AddCase(
    string casename,
    string description
)
'Declaration
Protected Sub AddCase ( _
    casename As String, _
    description As String _
)
protected:
void AddCase(
    String^ casename, 
    String^ description
)

Parameters

See Also

TestBase Class

AddCase Overload

Microsoft.Dss.Services.Test Namespace