Constant TEST_CASE_RESULT_STATUS

Source
pub const TEST_CASE_RESULT_STATUS: &str = "test.case.result.status";
Expand description

The status of the actual test case result from test execution.

§Notes

§Examples

  • "pass"
  • "fail"