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. case class EqualityAssertion[T](expected: T) extends Assertion[T] with Product with Serializable

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

    Permalink
  5. trait Spec extends FunSuite with SpecExtras

    Permalink
  6. trait SpecExtras extends AnyRef

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

    Permalink
  8. trait UntypedAssertion extends AnyRef

    Permalink

Value Members

  1. object SpecExtras

    Permalink

Ungrouped