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
- casename
Type: System. . :: .String
Name of test case
- description
Type: System. . :: .String
Test case description