com.iinteractive.test

tap

package tap

Classes for TAP generation and parsing.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. tap
  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 CommentEvent extends TAPEvent with Product with Serializable

    A comment (currently unused).

  2. sealed trait Directive extends AnyRef

    A modifier associated with a test result.

  3. case class EndEvent extends TAPEvent with Product with Serializable

    The end of a TAP stream.

  4. case class LineEvent extends TAPEvent with Product with Serializable

    A line was parsed.

  5. case class ParseException(message: String) extends RuntimeException with Product with Serializable

    Exception representing an error during parsing.

  6. class Parser extends AnyRef

    This class parses a TAP stream.

  7. case class PlanEvent extends TAPEvent with Product with Serializable

    A test plan.

  8. case class ResultEvent extends TAPEvent with Product with Serializable

    An individual test result.

  9. case class SkipDirective extends Directive with Product with Serializable

    A directive indicating that this test was skipped.

  10. case class SubtestEndEvent extends TAPEvent with Product with Serializable

    The end of a subtest (currently unused).

  11. sealed trait TAPEvent extends AnyRef

    An event emitted while parsing a TAP stream.

  12. class TAPResult extends AnyRef

    The summarized results of a TAP stream.

  13. class TestBuilder extends AnyRef

    This class provides a convenient yet low level API for generating TAP streams.

  14. class TestResult extends AnyRef

    The result of a single test.

  15. case class TodoDirective extends Directive with Product with Serializable

    A directive indicating that this test is known to fail.

Value Members

  1. object Consumer

    Contains a method to parse an individual line of TAP.

  2. object Producer

    Contains functions for producing individual lines of TAP.

  3. object StartEvent extends TAPEvent with Product with Serializable

    The start of a TAP stream.

  4. object SubtestStartEvent extends TAPEvent with Product with Serializable

    The start of a subtest (currently unused).

Inherited from AnyRef

Inherited from Any

Ungrouped