status property
The status returned by the test case after it was run. Valid statuses are
SUCCEEDED
, FAILED
, ERROR
,
SKIPPED
, and UNKNOWN
.
Implementation
final String? status;
The status returned by the test case after it was run. Valid statuses are
SUCCEEDED
, FAILED
, ERROR
,
SKIPPED
, and UNKNOWN
.
final String? status;