sbt.JUnitXmlTestsListener.TestSuite
class TestSuite(
val name:
String,
timestamp:
LocalDateTime)
Gathers data for one Test Suite. We map test groups to TestSuites. Each TestSuite gets its own output file.
Attributes
-
Graph
-
-
Supertypes
-
class Object
trait Matchable
class Any
Members list
Adds one test result to this suite.
Adds one test result to this suite.
Attributes
Returns the number of tests of each state for the specified.
Returns the number of tests of each state for the specified.
Attributes
Stops the time measuring and emits the XML for All tests collected so far.
Stops the time measuring and emits the XML for All tests collected so far.
Attributes