TestCase

case
class TestCase(desc: Description, result: Result, time: Long)(using args: Arguments)
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

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]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product