org.perl8

test

package test

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. test
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. case class BailOutException(message: String) extends RuntimeException with Product with Serializable

    Exception thrown when a test bails out.

  2. class ExternalTest extends Test

    Runs an external process which emits TAP, and parses it as a test.

  3. case class NumericPlan(plan: Int) extends Plan with Product with Serializable

    An explicit plan number.

  4. sealed trait Plan extends AnyRef

    A test plan.

  5. case class SkipAll(message: String) extends Plan with Product with Serializable

    A test which has declared that the entire test has been skipped.

  6. trait Test extends AnyRef

    Base trait for test classes in this framework.

  7. class TestMore extends Test with DelayedInit

Value Members

  1. object NoPlan extends Plan with Product with Serializable

    A test which did not declare a plan yet.

  2. package harness

    Classes to handle running test instances and providing output.

  3. implicit def intToPlan(p: Int): Plan

    Converts an Int to a NumericPlan.

  4. package sbt

    Classes for interoperating with sbt test.

  5. package tap

    Classes for TAP generation and parsing.

Inherited from AnyRef

Inherited from Any

Ungrouped