diff --git a/JUnit.xsd b/JUnit.xsd index d127e56..7b81dff 100644 --- a/JUnit.xsd +++ b/JUnit.xsd @@ -71,7 +71,22 @@ Permission to waive conditions of this license may be requested from Windy Road - + + + Indicates that the test was skipped. + + + + + + + The message specifying why the test case was skipped + + + + + + Indicates that the test errored. An errored test is one that had an unanticipated problem. e.g., an unchecked throwable; or a problem with the implementation of the test. Contains as a text node relevant data for the error, e.g., a stack trace