The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
TestOutcomeHelper::IsTerminal Method (TestOutcome)
Returns a value that indicates whether the test passed or failed.
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Parameters
- outcome
-
Type:
Microsoft.VisualStudio.TestTools.Common::TestOutcome
A TestOutcome object.
Return Value
Type: System::Booleantrue if the outcome indicates that the test either passed or failed; otherwise, false.
Show: