Skip to main content

add_junit_test_case

Function add_junit_test_case 

Source
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.