Multiple

libretto.testing.TestCase.Multiple
case class Multiple[TK <: TestKit](cases: List[(String, TestCase[TK])]) extends TestCase[TK]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait TestCase[TK]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def pending: TestCase[TK]

Attributes

Inherited from:
TestCase
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product