3 references to NotFound
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (1)
Utility\Converter.cs (1)
159
case Microsoft.VisualStudio.TestPlatform.ObjectModel.TestOutcome.
NotFound
:
Microsoft.VisualStudio.TestPlatform.ObjectModel (2)
TestOutcomeHelper.cs (1)
26
TestOutcome.
NotFound
=> Resources.Resources.TestOutcomeNotFound,
TestResult.cs (1)
336
return value is TestOutcome testOutcome && testOutcome <= TestOutcome.
NotFound
&& testOutcome >= TestOutcome.None;