TestOutcomeHelper.IsTerminal(TestOutcome) Method

Definition

Returns a value that indicates whether the test passed or failed.

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

Parameters

outcome
TestOutcome

A TestOutcome object.

Returns

true if the outcome indicates that the test either passed or failed; otherwise, false.

Applies to