Share via


FailAll Method

Microsoft Robotics Class Reference

Force all test cases to fail

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

Syntax

protected void FailAll(
    string failureMessage
)
'Declaration
Protected Sub FailAll ( _
    failureMessage As String _
)
protected:
void FailAll(
    String^ failureMessage
)

Parameters

See Also

TestSuiteCoordinator Class

Microsoft.Dss.Services.Test Namespace