TestOutcomeHelper.IsAbort(TestOutcome) Method

Definition

Returns a value that indicates whether the test was aborted.

public:
 static bool IsAbort(Microsoft::VisualStudio::TestTools::Common::TestOutcome outcome);
public static bool IsAbort (Microsoft.VisualStudio.TestTools.Common.TestOutcome outcome);
static member IsAbort : Microsoft.VisualStudio.TestTools.Common.TestOutcome -> bool
Public Shared Function IsAbort (outcome As TestOutcome) As Boolean

Parameters

outcome
TestOutcome

A TestOutcome object.

Returns

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

Applies to