Status
Namespace: TrganReport.Enums
Represents the execution status of a test, step, or container within TrganReport.
public enum Status
Inheritance Object → ValueType → Enum → Status
Implements IComparable, ISpanFormattable, IFormattable, IConvertible
Fields
| Name | Value | Description |
|---|---|---|
| NONE | 0 | No status has been assigned. Placeholder before execution. |
| PASS | 1 | The container, test or step completed successfully without errors. |
| SKIP | 2 | The container, test or step was intentionally skipped due to conditional execution or disabled scenarios. |
| FAIL | 3 | The container, test or step failed due to an error or unmet expectation. |