TestRunOutcome Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The types of outcomes for test run.
public enum TestRunOutcome
type TestRunOutcome =
Public Enum TestRunOutcome
- Inheritance
-
TestRunOutcome
Fields
| Name | Value | Description |
|---|---|---|
| Passed | 0 | Run with zero failed tests and has atleast one impacted test |
| Failed | 1 | Run with at-least one failed test. |
| NotImpacted | 2 | Run with no impacted tests. |
| Others | 3 | Runs with All tests in other category. |