TestOutcomeHelper.IsAbort(TestOutcome) Méthode

Définition

Retourne une valeur qui indique si le test a été abandonné.

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

Paramètres

outcome
TestOutcome

Objet TestOutcome.

Retours

Boolean

true si le résultat indique que le test a été abandonné ; Sinon, false.

S’applique à