p

testy

package testy

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class Assertable[T](value: T, suite: FunSuite) extends Product with Serializable
  2. trait Assertion[T] extends AnyRef
  3. trait AsyncSupport[A] extends AnyRef
  4. case class EqualityAssertion[T](expected: T) extends Assertion[T] with Product with Serializable
  5. case class GTEAssertion[T](than: T)(implicit o: Ordering[T]) extends Assertion[T] with Product with Serializable
  6. trait Spec extends FunSuite with SpecExtras
  7. trait SpecExtras extends AnyRef
  8. case class StartsWithAssertion(prefix: String) extends Assertion[String] with Product with Serializable
  9. trait UntypedAssertion extends AnyRef

Value Members

  1. object SpecExtras

Ungrouped