LogPass Method (String, String)

Microsoft Robotics Class Reference

Should be called for each successfull test iteration

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

Syntax

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

Parameters

See Also

TestBase Class

LogPass Overload

Microsoft.Dss.Services.Test Namespace