Table of Contents

Enum TestOutcome

Namespace
Xping.Sdk.Core.Models
Assembly
Xping.Sdk.Core.dll

Represents the outcome of a test execution.

public enum TestOutcome

Fields

Failed = 1

The test failed due to an assertion failure or unexpected exception.

Inconclusive = 3

The test completed but the result was inconclusive.

NotExecuted = 4

The test was not executed.

Passed = 0

The test passed successfully.

Skipped = 2

The test was skipped and not executed.