Package

rapture

test

Permalink

package test

Visibility
  1. Public
  2. All

Type Members

  1. class BadTestResult extends Exception

    Permalink
  2. class BasicReporter extends Reporter

    Permalink
  3. case class Error(error: Throwable) extends TestResult with Product with Serializable

    Permalink
  4. case class Failure(msg: String) extends TestResult with Product with Serializable

    Permalink
  5. trait Reporter extends AnyRef

    Permalink
  6. trait TestCase extends AnyRef

    Permalink
  7. case class TestError(name: String, exception: Throwable) extends BadTestResult with Product with Serializable

    Permalink
  8. case class TestFailure(name: String, error: String) extends BadTestResult with Product with Serializable

    Permalink
  9. sealed trait TestResult extends AnyRef

    Permalink
  10. trait TestSuite extends AnyRef

    Permalink
  11. case class TestSummary(successes: Int, failures: Int, errors: Int) extends Product with Serializable

    Permalink
  12. trait run extends MethodConstraint

    Permalink

Value Members

  1. object Success extends TestResult with Product with Serializable

    Permalink
  2. object Util

    Permalink
  3. object deferTypeErrors

    Permalink
  4. object run

    Permalink
  5. object typeMismatch

    Permalink

Ungrouped