TestCase

final case class TestCase[+E](test: Either[TestFailure[E], TestSuccess], annotations: TestAnnotationMap) extends SpecCase[E, Nothing]
trait Product
trait Equals
trait SpecCase[E, Nothing]
class Object
trait Matchable
class Any

Value members

Inherited methods

def map[B](f: Nothing => B): SpecCase[E, B]
Inherited from:
SpecCase
Inherited from:
Product