Packages

p

testy

package testy

Type Members

  1. case class Assertable[T](value: T, suite: FunSuite) extends Product with Serializable
  2. trait Assertion[T] extends AnyRef
  3. case class BeAssertion[T](expected: T, suite: FunSuite) extends Assertion[T] with Product with Serializable
  4. trait Spec extends FunSuite

Ungrouped