package
api
Type Members
-
-
-
trait
Asserts extends AnyRef
-
-
-
abstract
class
MiniTestException extends RuntimeException
-
case class
Properties[I](setup: () ⇒ I, tearDown: (I) ⇒ Unit, properties: Seq[Property[I, Unit]]) extends Iterable[Property[Unit, Unit]] with Product with Serializable
-
case class
Property[I, +O](name: String, f: (I) ⇒ Result[O]) extends (I) ⇒ Result[O] with Product with Serializable
-
sealed
trait
Result[+T] extends AnyRef
-
case class
SourceLocation(path: String, line: Int) extends Product with Serializable
-
Value Members
-
-
-
-
object
Property extends Serializable
-
-