sbt/testing/src/main/scala/sbt
Ashley Mercer 26bc85cb67 JUnitXmlTestsListener now correctly flags ignored, skipped and pending tests
Fixes #2198 Ref #PULL

Generated Junit-style XML reports now include a count of ignored,
skipped and pending tests; and individual tests are correctly flagged
with the <skipped/> element.
2016-11-29 23:08:51 +00:00
..
JUnitXmlTestsListener.scala JUnitXmlTestsListener now correctly flags ignored, skipped and pending tests 2016-11-29 23:08:51 +00:00
TestFramework.scala Replace procedure syntax by explicit Unit annotation 2015-08-04 10:07:38 +02:00
TestReportListener.scala Replace procedure syntax by explicit Unit annotation 2015-08-04 10:07:38 +02:00
TestStatusReporter.scala Replace procedure syntax by explicit Unit annotation 2015-08-04 10:07:38 +02:00