org.specs2.reporter

Members list

Type members

Classlikes

trait JUnitDescriptions extends ExecutionOrigin

Create Description objects from the specification fragments and arrange them as a tree

Create Description objects from the specification fragments and arrange them as a tree

Attributes

Companion
object
Supertypes
trait ExecutionOrigin
trait Stacktraces
class Object
trait Matchable
class Any
Known subtypes
object JUnitDescriptions.type

Attributes

Companion
trait
Supertypes
trait ExecutionOrigin
trait Stacktraces
class Object
trait Matchable
class Any
Show all
Self type
case class JUnitDescriptionsTree(spec: SpecStructure, ee: ExecutionEnv)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class JUnitPrinter(env: Env, notifier: RunNotifier) extends Printer

The JUnitPrinter sends notifications to JUnit's RunNotifier

The JUnitPrinter sends notifications to JUnit's RunNotifier

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Printer
class Object
trait Matchable
class Any
Show all
case class JUnitXmlPrinter(env: Env) extends Printer

The JUnitXmlPrinter creates an xml file with the specification execution results

The JUnitXmlPrinter creates an xml file with the specification execution results

Attributes

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

Implementation of the Show trait to allow the drawing of Tree[Description]

Implementation of the Show trait to allow the drawing of Tree[Description]

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object ShowDescription.type

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
class SpecFailureAssertionFailedError(e: Exception) extends AssertionFailedError

This class refines the AssertionFailedError from junit and provides the stackTrace of an exception which occurred during the specification execution

This class refines the AssertionFailedError from junit and provides the stackTrace of an exception which occurred during the specification execution

Attributes

Supertypes
class AssertionFailedError
class AssertionError
class Error
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all