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