fn add_junit_test_case(
test_suite: &mut TestSuite,
test_name: &str,
status: TestStatus,
message: Option<&str>,
test_result: &TestResult,
system_out: String,
)Expand description
Adds a single JUnit test case to the suite.
fn add_junit_test_case(
test_suite: &mut TestSuite,
test_name: &str,
status: TestStatus,
message: Option<&str>,
test_result: &TestResult,
system_out: String,
)Adds a single JUnit test case to the suite.