From 6af4f35d83a18f9c5939e22e13f6bac0a5e28d11 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 4 Mar 2013 16:07:14 -0600 Subject: doc update --- org/perl8/test/tap/package.html | 56 ++++++++++++++++++++--------------------- 1 file changed, 28 insertions(+), 28 deletions(-) (limited to 'org/perl8/test/tap/package.html') diff --git a/org/perl8/test/tap/package.html b/org/perl8/test/tap/package.html index 698b12c..b9996c2 100644 --- a/org/perl8/test/tap/package.html +++ b/org/perl8/test/tap/package.html @@ -44,8 +44,7 @@ -

Classes for TAP generation and parsing. -

+

Classes for TAP generation and parsing.

Linear Supertypes
AnyRef, Any
@@ -96,10 +95,10 @@ case class - CommentEvent(text: String) extends TAPEvent with Product with Serializable + CommentEvent extends TAPEvent with Product with Serializable - +

A comment (currently unused).

  • @@ -112,7 +111,7 @@ Directive extends AnyRef - +

    A modifier associated with a test result.

  • @@ -122,10 +121,10 @@ case class - EndEvent(result: TAPResult) extends TAPEvent with Product with Serializable + EndEvent extends TAPEvent with Product with Serializable - +

    The end of a TAP stream.

  • @@ -140,7 +139,7 @@

    Exception representing an error during parsing.

  • - +

    @@ -148,10 +147,10 @@ class - Parser extends Parsers + Parser extends AnyRef

    - +

    This class parses a TAP stream.

  • @@ -161,10 +160,10 @@ case class - PlanEvent(plan: Plan) extends TAPEvent with Product with Serializable + PlanEvent extends TAPEvent with Product with Serializable - +

    A test plan.

  • @@ -174,10 +173,10 @@ case class - ResultEvent(result: TestResult) extends TAPEvent with Product with Serializable + ResultEvent extends TAPEvent with Product with Serializable - +

    An individual test result.

  • @@ -187,10 +186,10 @@ case class - SkipDirective(message: Option[String]) extends Directive with Product with Serializable + SkipDirective extends Directive with Product with Serializable - +

    A directive indicating that this test was skipped.

  • @@ -200,10 +199,10 @@ case class - SubtestEndEvent(result: TestResult) extends TAPEvent with Product with Serializable + SubtestEndEvent extends TAPEvent with Product with Serializable - +

    The end of a subtest (currently unused).

  • @@ -216,7 +215,7 @@ TAPEvent extends AnyRef - +

    An event emitted while parsing a TAP stream.

  • @@ -229,7 +228,7 @@ TAPResult extends AnyRef - +

    The summarized results of a TAP stream.

  • @@ -242,7 +241,8 @@ TestBuilder extends AnyRef - +

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

  • @@ -255,7 +255,7 @@ TestResult extends AnyRef - +

    The result of a single test.

  • @@ -265,10 +265,10 @@ case class - TodoDirective(message: Option[String]) extends Directive with Product with Serializable + TodoDirective extends Directive with Product with Serializable - +

    A directive indicating that this test is known to fail.

  • @@ -288,7 +288,7 @@ Consumer - +

    Contains a method to parse an individual line of TAP.

  • @@ -301,7 +301,7 @@ Producer - +

    Contains functions for producing individual lines of TAP.

  • @@ -314,7 +314,7 @@ StartEvent extends TAPEvent with Product with Serializable - +

    The start of a TAP stream.

  • @@ -327,7 +327,7 @@ SubtestStartEvent extends TAPEvent with Product with Serializable - +

    The start of a subtest (currently unused).

  • -- cgit v1.2.3-54-g00ecf