LogStart Method
Microsoft Robotics Class Reference
Logs case start
Namespace: Microsoft.Dss.Services.Test
Assembly: Microsoft.Dss.Runtime (in Microsoft.Dss.Runtime.dll) Version: 2.1.9999.0
Syntax
public void LogStart(
string casename,
string description
)
'Declaration
Public Sub LogStart ( _
casename As String, _
description As String _
)
public:
void LogStart(
String^ casename,
String^ description
)
Parameters
- casename
Type: System. . :: .String
Name of test case
- description
Type: System. . :: .String
Test case description