TestSuite

org.specs2.reporter.JUnitXmlPrinter.TestSuite
case class TestSuite(description: Description, className: String, errors: Int, failures: Int, skipped: Int, time: Long, tests: Seq[TestCase])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def properties: String

output properties

output properties

Attributes

def xml: String

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product