Package

testy

Permalink

package testy

Visibility
  1. Public
  2. All

Type Members

  1. case class Assertable[T](value: T, suite: FunSuite) extends Product with Serializable

    Permalink
  2. trait Assertion[T] extends AnyRef

    Permalink
  3. trait AsyncSupport[A] extends AnyRef

    Permalink
  4. case class EqualityAssertion[T](expected: T) extends Assertion[T] with Product with Serializable

    Permalink
  5. case class GTEAssertion[T](than: T)(implicit o: Ordering[T]) extends Assertion[T] with Product with Serializable

    Permalink
  6. trait Spec extends FunSuite with SpecExtras

    Permalink
  7. trait SpecExtras extends AnyRef

    Permalink
  8. case class StartsWithAssertion(prefix: String) extends Assertion[String] with Product with Serializable

    Permalink
  9. trait UntypedAssertion extends AnyRef

    Permalink

Value Members

  1. object SpecExtras

    Permalink

Ungrouped