TestCase

org.specs2.reporter.JUnitXmlPrinter.TestCase
case class TestCase(desc: Description, result: Result, time: Long)(using args: Arguments)

Attributes

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

Members list

Value members

Concrete methods

def testError: String
def testFailure: String
def testPending: String
def testSkipped: String
def xml: String

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product