TestOutcomeHelper.IsPass Method

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Syntax

'宣言
Public Shared Function IsPass ( _
    outcome As TestOutcome _
) As Boolean
'使用
Dim outcome As TestOutcome
Dim returnValue As Boolean

returnValue = TestOutcomeHelper.IsPass(outcome)
public static bool IsPass(
    TestOutcome outcome
)
public:
static bool IsPass(
    TestOutcome outcome
)
public static function IsPass(
    outcome : TestOutcome
) : boolean

Parameters

Return Value

Type: System.Boolean

Permissions

See Also

Reference

TestOutcomeHelper Class

TestOutcomeHelper Members

Microsoft.VisualStudio.TestTools.Common Namespace