We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Microsoft.TestPlatform.Extensions.TrxLogger.ObjectMode.TestOutcome
1 parent be79eb4 commit 6b7b112Copy full SHA for 6b7b112
src/Microsoft.TestPlatform.Extensions.TrxLogger/ObjectModel/TestOutcome.cs
@@ -86,15 +86,5 @@ internal enum TestOutcome
86
/// <summary>
87
/// Test is in the execution queue, was not started yet.
88
/// </summary>
89
- Pending,
90
-
91
- /// <summary>
92
- /// The min value of this enum
93
- /// </summary>
94
- Min = Error,
95
96
97
- /// The max value of this enum
98
99
- Max = Pending
+ Pending
100
}
0 commit comments