Skip to content

Commit ca77858

Browse files
MarcoRossignoliMarco Rossignoli
andauthored
Revert "Fix string conversion of Microsoft.TestPlatform.Extensions.TrxLogger.ObjectMode.TestOutcome (#4243) (#4246)" (#4247)
This reverts commit 6b7b112. Co-authored-by: Marco Rossignoli <mrossignol@microsoft.com>
1 parent 6b7b112 commit ca77858

File tree

1 file changed

+11
-1
lines changed
  • src/Microsoft.TestPlatform.Extensions.TrxLogger/ObjectModel

1 file changed

+11
-1
lines changed

src/Microsoft.TestPlatform.Extensions.TrxLogger/ObjectModel/TestOutcome.cs

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,5 +86,15 @@ internal enum TestOutcome
8686
/// <summary>
8787
/// Test is in the execution queue, was not started yet.
8888
/// </summary>
89-
Pending
89+
Pending,
90+
91+
/// <summary>
92+
/// The min value of this enum
93+
/// </summary>
94+
Min = Error,
95+
96+
/// <summary>
97+
/// The max value of this enum
98+
/// </summary>
99+
Max = Pending
90100
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy