JUnitXmlPrinter

org.specs2.reporter.JUnitXmlPrinter$
See theJUnitXmlPrinter companion trait

Attributes

Companion
trait
Graph
Supertypes
trait Printer
class Object
trait Matchable
class Any
Self type

Members list

Type members

Inherited classlikes

case class TestCase(desc: Description, result: Result, time: Long)(implicit args: Arguments)

Attributes

Inherited from:
JUnitXmlPrinter
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class TestSuite(description: Description, className: String, errors: Int, failures: Int, skipped: Int, time: Long, tests: Seq[TestCase])

Attributes

Inherited from:
JUnitXmlPrinter
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Value members

Inherited methods

def descriptionFold(spec: SpecStructure, stats: Stats, env: Env): AsyncFold[(Fragment, Description), TestSuite]

Attributes

Inherited from:
JUnitXmlPrinter
def descriptions(spec: SpecStructure, fragments: List[Fragment])(ee: ExecutionEnv): Map[Fragment, Description]

Attributes

Inherited from:
JUnitXmlPrinter
def finalize(env: Env, specs: List[SpecStructure]): Action[Unit]

Attributes

Inherited from:
JUnitXmlPrinter
def outputDirectory(arguments: Arguments): DirectoryPath

Attributes

Inherited from:
JUnitXmlPrinter
def prepare(env: Env, specs: List[SpecStructure]): Action[Unit]

Attributes

Inherited from:
JUnitXmlPrinter
def printSpecification(env: Env): SpecificationStructure => Action[Unit]

convenience method to print a SpecificationStructure using the printer's Fold

convenience method to print a SpecificationStructure using the printer's Fold

Attributes

Inherited from:
Printer
def saveResults(env: Env, spec: SpecStructure): ((Stats, List[Fragment])) => Action[Unit]

Attributes

Inherited from:
JUnitXmlPrinter
def sink(env: Env, spec: SpecStructure): AsyncSink[Fragment]

Attributes

Inherited from:
JUnitXmlPrinter