TestOutcomeHelper.IsAbort Method

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Returns a value that indicates whether the test was aborted.

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

Syntax

'Declaration
Public Shared Function IsAbort ( _
    outcome As TestOutcome _
) As Boolean
public static bool IsAbort(
    TestOutcome outcome
)
public:
static bool IsAbort(
    TestOutcome outcome
)
static member IsAbort : 
        outcome:TestOutcome -> bool
public static function IsAbort(
    outcome : TestOutcome
) : boolean

Parameters

Return Value

Type: Boolean
true if the outcome indicates that the test was aborted; otherwise, false.

.NET Framework Security

See Also

Reference

TestOutcomeHelper Class

Microsoft.VisualStudio.TestTools.Common Namespace

TestOutcome