TestSuite

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

Value members

Constructors

def this(name: String)

Concrete methods

def addEvent(e: Event): ListBuffer[Event]

Adds one test result to this suite.

Adds one test result to this suite.

Attributes

def count(status: Status): Int

Returns the number of tests of each state for the specified.

Returns the number of tests of each state for the specified.

Attributes

def stop(): Elem

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

Concrete fields

val events: ListBuffer[Event]
val name: String