From d756dfb61fbd78df938e8070be570eaa5aa9d610 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Fri, 1 Mar 2013 14:44:07 -0600 Subject: doc updates --- index.html | 2 +- index.js | 2 +- index/index-d.html | 4 +- index/index-e.html | 2 +- index/index-f.html | 2 +- index/index-m.html | 4 +- index/index-n.html | 2 +- index/index-p.html | 6 +- index/index-r.html | 2 +- index/index-s.html | 6 +- index/index-t.html | 8 +- org/perl8/test/ExternalTest.html | 16 +- org/perl8/test/Test.html | 22 +- org/perl8/test/TestMore.html | 16 +- org/perl8/test/harness/MultiTestReporter.html | 13 +- org/perl8/test/harness/Reporter.html | 12 +- org/perl8/test/harness/SummarizedTests.html | 18 +- org/perl8/test/harness/SummaryReporter.html | 39 +- org/perl8/test/harness/TAPReporter.html | 10 +- org/perl8/test/harness/package.html | 30 +- org/perl8/test/package.html | 9 +- org/perl8/test/sbt/Fingerprint$.html | 4 +- org/perl8/test/sbt/Framework.html | 4 +- org/perl8/test/sbt/Runner.html | 5 +- org/perl8/test/sbt/SBTReporter.html | 21 +- org/perl8/test/sbt/package.html | 48 +- org/perl8/test/tap/Consumer$$Directive.html | 432 ----------------- org/perl8/test/tap/Consumer$$ParseException.html | 586 ---------------------- org/perl8/test/tap/Consumer$$ResultLine.html | 10 +- org/perl8/test/tap/Consumer$$SkipDirective.html | 413 ---------------- org/perl8/test/tap/Consumer$$TAPResult.html | 520 -------------------- org/perl8/test/tap/Consumer$$TestResult.html | 494 ------------------- org/perl8/test/tap/Consumer$$TodoDirective.html | 413 ---------------- org/perl8/test/tap/Consumer$.html | 80 +-- org/perl8/test/tap/Directive.html | 432 +++++++++++++++++ org/perl8/test/tap/EndEvent.html | 10 +- org/perl8/test/tap/Parser.html | 16 +- org/perl8/test/tap/ResultEvent.html | 10 +- org/perl8/test/tap/SkipDirective.html | 413 ++++++++++++++++ org/perl8/test/tap/SubtestEndEvent.html | 10 +- org/perl8/test/tap/TAPResult.html | 520 ++++++++++++++++++++ org/perl8/test/tap/TestResult.html | 494 +++++++++++++++++++ org/perl8/test/tap/TodoDirective.html | 413 ++++++++++++++++ org/perl8/test/tap/package$$ParseException.html | 588 +++++++++++++++++++++++ org/perl8/test/tap/package.html | 120 ++++- 45 files changed, 3222 insertions(+), 3059 deletions(-) delete mode 100644 org/perl8/test/tap/Consumer$$Directive.html delete mode 100644 org/perl8/test/tap/Consumer$$ParseException.html delete mode 100644 org/perl8/test/tap/Consumer$$SkipDirective.html delete mode 100644 org/perl8/test/tap/Consumer$$TAPResult.html delete mode 100644 org/perl8/test/tap/Consumer$$TestResult.html delete mode 100644 org/perl8/test/tap/Consumer$$TodoDirective.html create mode 100644 org/perl8/test/tap/Directive.html create mode 100644 org/perl8/test/tap/SkipDirective.html create mode 100644 org/perl8/test/tap/TAPResult.html create mode 100644 org/perl8/test/tap/TestResult.html create mode 100644 org/perl8/test/tap/TodoDirective.html create mode 100644 org/perl8/test/tap/package$$ParseException.html diff --git a/index.html b/index.html index da1f465..1c30d74 100644 --- a/index.html +++ b/index.html @@ -47,7 +47,7 @@
  • org.perl8.test.tap -
    1. (case class)CommentEvent
    2. (object)
      Consumer
    3. (case class)EndEvent
    4. (class)Parser
    5. (case class)PlanEvent
    6. (object)
      Producer
    7. (case class)ResultEvent
    8. (object)
      StartEvent
    9. (case class)SubtestEndEvent
    10. (object)
      SubtestStartEvent
    11. (trait)TAPEvent
    12. (class)TestBuilder
    +
    1. (case class)CommentEvent
    2. (object)
      Consumer
    3. (trait)Directive
    4. (case class)EndEvent
    5. (case class)ParseException
    6. (class)Parser
    7. (case class)PlanEvent
    8. (object)
      Producer
    9. (case class)ResultEvent
    10. (case class)SkipDirective
    11. (object)
      StartEvent
    12. (case class)SubtestEndEvent
    13. (object)
      SubtestStartEvent
    14. (trait)TAPEvent
    15. (class)TAPResult
    16. (class)TestBuilder
    17. (class)TestResult
    18. (case class)TodoDirective
  • diff --git a/index.js b/index.js index 425d2d0..1848041 100644 --- a/index.js +++ b/index.js @@ -1 +1 @@ -Index.PACKAGES = {"org.perl8.test" : [{"case class" : "org\/perl8\/test\/package$$BailOutException.html", "name" : "org.perl8.test.BailOutException"}, {"class" : "org\/perl8\/test\/ExternalTest.html", "name" : "org.perl8.test.ExternalTest"}, {"object" : "org\/perl8\/test\/package$$NoPlan$.html", "name" : "org.perl8.test.NoPlan"}, {"case class" : "org\/perl8\/test\/package$$NumericPlan.html", "name" : "org.perl8.test.NumericPlan"}, {"trait" : "org\/perl8\/test\/package$$Plan.html", "name" : "org.perl8.test.Plan"}, {"case class" : "org\/perl8\/test\/package$$SkipAll.html", "name" : "org.perl8.test.SkipAll"}, {"trait" : "org\/perl8\/test\/Test.html", "name" : "org.perl8.test.Test"}, {"class" : "org\/perl8\/test\/TestMore.html", "name" : "org.perl8.test.TestMore"}], "org.perl8.test.tap" : [{"case class" : "org\/perl8\/test\/tap\/CommentEvent.html", "name" : "org.perl8.test.tap.CommentEvent"}, {"object" : "org\/perl8\/test\/tap\/Consumer$.html", "name" : "org.perl8.test.tap.Consumer"}, {"case class" : "org\/perl8\/test\/tap\/EndEvent.html", "name" : "org.perl8.test.tap.EndEvent"}, {"class" : "org\/perl8\/test\/tap\/Parser.html", "name" : "org.perl8.test.tap.Parser"}, {"case class" : "org\/perl8\/test\/tap\/PlanEvent.html", "name" : "org.perl8.test.tap.PlanEvent"}, {"object" : "org\/perl8\/test\/tap\/Producer$.html", "name" : "org.perl8.test.tap.Producer"}, {"case class" : "org\/perl8\/test\/tap\/ResultEvent.html", "name" : "org.perl8.test.tap.ResultEvent"}, {"object" : "org\/perl8\/test\/tap\/StartEvent$.html", "name" : "org.perl8.test.tap.StartEvent"}, {"case class" : "org\/perl8\/test\/tap\/SubtestEndEvent.html", "name" : "org.perl8.test.tap.SubtestEndEvent"}, {"object" : "org\/perl8\/test\/tap\/SubtestStartEvent$.html", "name" : "org.perl8.test.tap.SubtestStartEvent"}, {"trait" : "org\/perl8\/test\/tap\/TAPEvent.html", "name" : "org.perl8.test.tap.TAPEvent"}, {"class" : "org\/perl8\/test\/tap\/TestBuilder.html", "name" : "org.perl8.test.tap.TestBuilder"}], "org" : [], "org.perl8.test.sbt" : [{"object" : "org\/perl8\/test\/sbt\/Fingerprint$.html", "name" : "org.perl8.test.sbt.Fingerprint"}, {"class" : "org\/perl8\/test\/sbt\/Framework.html", "name" : "org.perl8.test.sbt.Framework"}, {"class" : "org\/perl8\/test\/sbt\/Runner.html", "name" : "org.perl8.test.sbt.Runner"}, {"class" : "org\/perl8\/test\/sbt\/SBTReporter.html", "name" : "org.perl8.test.sbt.SBTReporter"}], "org.perl8.test.harness" : [{"trait" : "org\/perl8\/test\/harness\/MultiTestReporter.html", "name" : "org.perl8.test.harness.MultiTestReporter"}, {"trait" : "org\/perl8\/test\/harness\/Reporter.html", "name" : "org.perl8.test.harness.Reporter"}, {"trait" : "org\/perl8\/test\/harness\/SummarizedTests.html", "name" : "org.perl8.test.harness.SummarizedTests"}, {"class" : "org\/perl8\/test\/harness\/SummaryReporter.html", "name" : "org.perl8.test.harness.SummaryReporter"}, {"class" : "org\/perl8\/test\/harness\/TAPReporter.html", "name" : "org.perl8.test.harness.TAPReporter"}, {"object" : "org\/perl8\/test\/harness\/TestHarness$.html", "name" : "org.perl8.test.harness.TestHarness"}], "org.perl8" : []}; \ No newline at end of file +Index.PACKAGES = {"org.perl8.test" : [{"case class" : "org\/perl8\/test\/package$$BailOutException.html", "name" : "org.perl8.test.BailOutException"}, {"class" : "org\/perl8\/test\/ExternalTest.html", "name" : "org.perl8.test.ExternalTest"}, {"object" : "org\/perl8\/test\/package$$NoPlan$.html", "name" : "org.perl8.test.NoPlan"}, {"case class" : "org\/perl8\/test\/package$$NumericPlan.html", "name" : "org.perl8.test.NumericPlan"}, {"trait" : "org\/perl8\/test\/package$$Plan.html", "name" : "org.perl8.test.Plan"}, {"case class" : "org\/perl8\/test\/package$$SkipAll.html", "name" : "org.perl8.test.SkipAll"}, {"trait" : "org\/perl8\/test\/Test.html", "name" : "org.perl8.test.Test"}, {"class" : "org\/perl8\/test\/TestMore.html", "name" : "org.perl8.test.TestMore"}], "org.perl8.test.tap" : [{"case class" : "org\/perl8\/test\/tap\/CommentEvent.html", "name" : "org.perl8.test.tap.CommentEvent"}, {"object" : "org\/perl8\/test\/tap\/Consumer$.html", "name" : "org.perl8.test.tap.Consumer"}, {"trait" : "org\/perl8\/test\/tap\/Directive.html", "name" : "org.perl8.test.tap.Directive"}, {"case class" : "org\/perl8\/test\/tap\/EndEvent.html", "name" : "org.perl8.test.tap.EndEvent"}, {"case class" : "org\/perl8\/test\/tap\/package$$ParseException.html", "name" : "org.perl8.test.tap.ParseException"}, {"class" : "org\/perl8\/test\/tap\/Parser.html", "name" : "org.perl8.test.tap.Parser"}, {"case class" : "org\/perl8\/test\/tap\/PlanEvent.html", "name" : "org.perl8.test.tap.PlanEvent"}, {"object" : "org\/perl8\/test\/tap\/Producer$.html", "name" : "org.perl8.test.tap.Producer"}, {"case class" : "org\/perl8\/test\/tap\/ResultEvent.html", "name" : "org.perl8.test.tap.ResultEvent"}, {"case class" : "org\/perl8\/test\/tap\/SkipDirective.html", "name" : "org.perl8.test.tap.SkipDirective"}, {"object" : "org\/perl8\/test\/tap\/StartEvent$.html", "name" : "org.perl8.test.tap.StartEvent"}, {"case class" : "org\/perl8\/test\/tap\/SubtestEndEvent.html", "name" : "org.perl8.test.tap.SubtestEndEvent"}, {"object" : "org\/perl8\/test\/tap\/SubtestStartEvent$.html", "name" : "org.perl8.test.tap.SubtestStartEvent"}, {"trait" : "org\/perl8\/test\/tap\/TAPEvent.html", "name" : "org.perl8.test.tap.TAPEvent"}, {"class" : "org\/perl8\/test\/tap\/TAPResult.html", "name" : "org.perl8.test.tap.TAPResult"}, {"class" : "org\/perl8\/test\/tap\/TestBuilder.html", "name" : "org.perl8.test.tap.TestBuilder"}, {"class" : "org\/perl8\/test\/tap\/TestResult.html", "name" : "org.perl8.test.tap.TestResult"}, {"case class" : "org\/perl8\/test\/tap\/TodoDirective.html", "name" : "org.perl8.test.tap.TodoDirective"}], "org" : [], "org.perl8.test.sbt" : [{"object" : "org\/perl8\/test\/sbt\/Fingerprint$.html", "name" : "org.perl8.test.sbt.Fingerprint"}, {"class" : "org\/perl8\/test\/sbt\/Framework.html", "name" : "org.perl8.test.sbt.Framework"}, {"class" : "org\/perl8\/test\/sbt\/Runner.html", "name" : "org.perl8.test.sbt.Runner"}, {"class" : "org\/perl8\/test\/sbt\/SBTReporter.html", "name" : "org.perl8.test.sbt.SBTReporter"}], "org.perl8.test.harness" : [{"trait" : "org\/perl8\/test\/harness\/MultiTestReporter.html", "name" : "org.perl8.test.harness.MultiTestReporter"}, {"trait" : "org\/perl8\/test\/harness\/Reporter.html", "name" : "org.perl8.test.harness.Reporter"}, {"trait" : "org\/perl8\/test\/harness\/SummarizedTests.html", "name" : "org.perl8.test.harness.SummarizedTests"}, {"class" : "org\/perl8\/test\/harness\/SummaryReporter.html", "name" : "org.perl8.test.harness.SummaryReporter"}, {"class" : "org\/perl8\/test\/harness\/TAPReporter.html", "name" : "org.perl8.test.harness.TAPReporter"}, {"object" : "org\/perl8\/test\/harness\/TestHarness$.html", "name" : "org.perl8.test.harness.TestHarness"}], "org.perl8" : []}; \ No newline at end of file diff --git a/index/index-d.html b/index/index-d.html index 24c1cbe..530d95d 100644 --- a/index/index-d.html +++ b/index/index-d.html @@ -16,13 +16,13 @@
    TestMore
    description
    - +
    diag
    Directive
    - +
    doneTesting
    diff --git a/index/index-e.html b/index/index-e.html index b701ebf..73ed8e7 100644 --- a/index/index-e.html +++ b/index/index-e.html @@ -19,7 +19,7 @@
    exitCode
    - +
    ExternalTest
    diff --git a/index/index-f.html b/index/index-f.html index d98cda4..4c53a42 100644 --- a/index/index-f.html +++ b/index/index-f.html @@ -16,7 +16,7 @@
    fails
    - +
    Fingerprint
    diff --git a/index/index-m.html b/index/index-m.html index 326f820..bbeeb61 100644 --- a/index/index-m.html +++ b/index/index-m.html @@ -16,10 +16,10 @@
    matchesPlan
    - +
    message
    - +
    MultiTestReporter
    diff --git a/index/index-n.html b/index/index-n.html index 3a7424b..8731b88 100644 --- a/index/index-n.html +++ b/index/index-n.html @@ -25,7 +25,7 @@
    number
    - +
    NumericPlan
    diff --git a/index/index-p.html b/index/index-p.html index 902571b..b790c3c 100644 --- a/index/index-p.html +++ b/index/index-p.html @@ -16,7 +16,7 @@
    ParseException
    - +
    parseLine
    @@ -31,13 +31,13 @@
    passed
    - +
    perl8
    plan
    - +
    PlanEvent
    diff --git a/index/index-r.html b/index/index-r.html index 459b371..9b85a02 100644 --- a/index/index-r.html +++ b/index/index-r.html @@ -25,7 +25,7 @@
    results
    - +
    run
    diff --git a/index/index-s.html b/index/index-s.html index bd2467d..7b34911 100644 --- a/index/index-s.html +++ b/index/index-s.html @@ -25,13 +25,13 @@
    SkipDirective
    - +
    StartEvent
    subtest
    - +
    SubtestEndEvent
    @@ -40,7 +40,7 @@
    success
    - +
    SummarizedTests
    diff --git a/index/index-t.html b/index/index-t.html index a50ad91..0c93bdc 100644 --- a/index/index-t.html +++ b/index/index-t.html @@ -22,7 +22,7 @@
    TAPResult
    - +
    Test
    @@ -37,7 +37,7 @@
    TestResult
    - +
    testRunner
    @@ -46,7 +46,7 @@
    testsPassed
    - +
    text
    @@ -55,7 +55,7 @@
    TodoDirective
    - +
    todoResult
    diff --git a/org/perl8/test/ExternalTest.html b/org/perl8/test/ExternalTest.html index 8de7668..903d08b 100644 --- a/org/perl8/test/ExternalTest.html +++ b/org/perl8/test/ExternalTest.html @@ -334,7 +334,12 @@

    Runs the test.

    Runs the test. The TAP stream will be written to Console.out and Console.err, so you can swap these out as required in order to parse it. -

    Definition Classes
    Test
    +

    returns

    The exit code that the test produced. Success is indicated by 0, + failure to run the correct number of tests by 255, and any other + failure by the number of tests that failed. This should be used + by reporters which run a single test, which can call + sys.exit(exitCode) +

    Definition Classes
    Test
  • @@ -347,7 +352,14 @@ Console.err, so you can swap these out as required in order to parse it. runInHarness: Int -
    Definition Classes
    Test
    +

    Runs the test just like run, but in a way that makes sense when test + results are being summarized rather than directly displayed.

    Runs the test just like run, but in a way that makes sense when test + results are being summarized rather than directly displayed.

    Summarizing test reporters tend to repeatedly update the same line on + the terminal, so this method makes calls to + diag (which sends messages to + stderr, where they are typically displayed as-is) prefix the message + with a newline, to ensure that the output starts on its own line. +

    Definition Classes
    Test
  • diff --git a/org/perl8/test/Test.html b/org/perl8/test/Test.html index eeaec84..36482bd 100644 --- a/org/perl8/test/Test.html +++ b/org/perl8/test/Test.html @@ -44,7 +44,9 @@ -

    Base trait for test classes in this framework +

    Base trait for test classes in this framework. Any tests that should be +autodiscovered by sbt test should extend this trait, and implement +runTests.

    Linear Supertypes
    AnyRef, Any
    @@ -338,8 +340,13 @@

    Runs the test.

    Runs the test. The TAP stream will be written to Console.out and Console.err, so you can swap these out as required in order to parse it. -

    -
  • +

    returns

    The exit code that the test produced. Success is indicated by 0, + failure to run the correct number of tests by 255, and any other + failure by the number of tests that failed. This should be used + by reporters which run a single test, which can call + sys.exit(exitCode) +

    +
  • @@ -351,7 +358,14 @@ Console.err, so you can swap these out as required in order to parse it. runInHarness: Int

    - +

    Runs the test just like run, but in a way that makes sense when test + results are being summarized rather than directly displayed.

    Runs the test just like run, but in a way that makes sense when test + results are being summarized rather than directly displayed.

    Summarizing test reporters tend to repeatedly update the same line on + the terminal, so this method makes calls to + diag (which sends messages to + stderr, where they are typically displayed as-is) prefix the message + with a newline, to ensure that the output starts on its own line. +

  • diff --git a/org/perl8/test/TestMore.html b/org/perl8/test/TestMore.html index 108ea08..2d86c14 100644 --- a/org/perl8/test/TestMore.html +++ b/org/perl8/test/TestMore.html @@ -568,7 +568,12 @@

    Runs the test.

    Runs the test. The TAP stream will be written to Console.out and Console.err, so you can swap these out as required in order to parse it. -

    Definition Classes
    Test
    +

    returns

    The exit code that the test produced. Success is indicated by 0, + failure to run the correct number of tests by 255, and any other + failure by the number of tests that failed. This should be used + by reporters which run a single test, which can call + sys.exit(exitCode) +

    Definition Classes
    Test
  • @@ -581,7 +586,14 @@ Console.err, so you can swap these out as required in order to parse it. runInHarness: Int -
    Definition Classes
    Test
    +

    Runs the test just like run, but in a way that makes sense when test + results are being summarized rather than directly displayed.

    Runs the test just like run, but in a way that makes sense when test + results are being summarized rather than directly displayed.

    Summarizing test reporters tend to repeatedly update the same line on + the terminal, so this method makes calls to + diag (which sends messages to + stderr, where they are typically displayed as-is) prefix the message + with a newline, to ensure that the output starts on its own line. +

    Definition Classes
    Test
  • diff --git a/org/perl8/test/harness/MultiTestReporter.html b/org/perl8/test/harness/MultiTestReporter.html index 31fe20e..e2b35c4 100644 --- a/org/perl8/test/harness/MultiTestReporter.html +++ b/org/perl8/test/harness/MultiTestReporter.html @@ -44,7 +44,10 @@ -
    +

    Classes that implement MultiTestReporter are capable of running a group +of test classes, given their names. This typically involves some sort of +summarization.

    See also: org.perl8.test.harness.MultiTestReporter. +

    Linear Supertypes
    AnyRef, Any
    @@ -91,7 +94,7 @@

    Abstract Value Members

    -
    1. +
      1. @@ -103,7 +106,11 @@ run(testNames: Seq[String]): Int

        - +

        Runs the test classes identifed by the list of fully qualified class +names testNames.

        Runs the test classes identifed by the list of fully qualified class +names testNames. +

        returns

        The exit code for the harness to use. Will be 0 on success. +

    diff --git a/org/perl8/test/harness/Reporter.html b/org/perl8/test/harness/Reporter.html index 3efc79a..dac6223 100644 --- a/org/perl8/test/harness/Reporter.html +++ b/org/perl8/test/harness/Reporter.html @@ -44,7 +44,9 @@ -
    +

    Classes that implement Reporter are capable of running a test class, +given its name.

    See also: org.perl8.test.harness.MultiTestReporter. +

    Linear Supertypes
    AnyRef, Any
    @@ -91,7 +93,7 @@

    Abstract Value Members

    -
    1. +
      1. @@ -103,7 +105,11 @@ run(testName: String): Int

        - +

        Runs the test class identifed by the fully qualified class name +testName.

        Runs the test class identifed by the fully qualified class name +testName. +

        returns

        The exit code for the harness to use. Will be 0 on success. +

    diff --git a/org/perl8/test/harness/SummarizedTests.html b/org/perl8/test/harness/SummarizedTests.html index bd4bf91..94addf2 100644 --- a/org/perl8/test/harness/SummarizedTests.html +++ b/org/perl8/test/harness/SummarizedTests.html @@ -44,7 +44,11 @@ -
    +

    This is a trait for classes that run tests and summarize the results. It +provides a single runOneTest method, which runs a test class and +produces a stream of TAP events which can +be used to produce whatever summarized output you need. +

    Linear Supertypes
    AnyRef, Any
    @@ -307,8 +311,8 @@
    Definition Classes
    AnyRef
    -
  • - +
  • +

    @@ -316,10 +320,14 @@ def - runOneTest(test: Test, cb: (TAPEvent) ⇒ Unit): TAPResult + runOneTest(test: Test, cb: (TAPEvent) ⇒ Unit): TAPResult

    - +

    Runs a single test instance, calling cb with +each TAP event as it is produced.

    Runs a single test instance, calling cb with +each TAP event as it is produced. +

    returns

    The overall result of the test instance. +

    Attributes
    protected
  • diff --git a/org/perl8/test/harness/SummaryReporter.html b/org/perl8/test/harness/SummaryReporter.html index c1a08b3..364aaf3 100644 --- a/org/perl8/test/harness/SummaryReporter.html +++ b/org/perl8/test/harness/SummaryReporter.html @@ -44,7 +44,10 @@ -
    +

    Runs a series of tests. The TAP output from these tests is parsed, and +output is produced which is similar in style to Perl's +Test::Harness. +

    Linear Supertypes
    @@ -320,8 +323,8 @@
    Definition Classes
    AnyRef
    -
  • - +
  • +

    @@ -329,10 +332,10 @@ def - printTestSummary(success: Boolean, results: Map[String, TAPResult]): Unit + printTestSummary(success: Boolean, results: Map[String, TAPResult]): Unit

    - +
    Attributes
    protected
  • @@ -345,9 +348,13 @@ run(testNames: Seq[String]): Int -
    Definition Classes
    SummaryReporterMultiTestReporter
    -
  • - +

    Runs the test classes identifed by the list of fully qualified class +names testNames.

    Runs the test classes identifed by the list of fully qualified class +names testNames. +

    returns

    The exit code for the harness to use. Will be 0 on success. +

    Definition Classes
    SummaryReporterMultiTestReporter
    +
  • +

    @@ -355,12 +362,16 @@ def - runOneTest(test: Test, cb: (TAPEvent) ⇒ Unit): TAPResult + runOneTest(test: Test, cb: (TAPEvent) ⇒ Unit): TAPResult

    -
    Definition Classes
    SummarizedTests
    -
  • - +

    Runs a single test instance, calling cb with +each TAP event as it is produced.

    Runs a single test instance, calling cb with +each TAP event as it is produced. +

    returns

    The overall result of the test instance. +

    Attributes
    protected
    Definition Classes
    SummarizedTests
    +
  • +

    @@ -368,10 +379,10 @@ def - runTests(testNames: Seq[String]): Map[String, TAPResult] + runTests(testNames: Seq[String]): Map[String, TAPResult]

    - +
    Attributes
    protected
  • diff --git a/org/perl8/test/harness/TAPReporter.html b/org/perl8/test/harness/TAPReporter.html index 0043e53..dbc81ed 100644 --- a/org/perl8/test/harness/TAPReporter.html +++ b/org/perl8/test/harness/TAPReporter.html @@ -44,7 +44,9 @@ -
    +

    Runs a single test. The TAP stream from that test is written directly to +stdout/stderr. +

    Linear Supertypes
    Reporter, AnyRef, Any
    @@ -332,7 +334,11 @@ run(testName: String): Int -
    Definition Classes
    TAPReporterReporter
    +

    Runs the test class identifed by the fully qualified class name +testName.

    Runs the test class identifed by the fully qualified class name +testName. +

    returns

    The exit code for the harness to use. Will be 0 on success. +

    Definition Classes
    TAPReporterReporter
  • diff --git a/org/perl8/test/harness/package.html b/org/perl8/test/harness/package.html index be867f8..42e3e6b 100644 --- a/org/perl8/test/harness/package.html +++ b/org/perl8/test/harness/package.html @@ -44,7 +44,8 @@ -
    +

    Classes to handle running test instances and providing output. +

    Linear Supertypes
    AnyRef, Any
    @@ -98,7 +99,8 @@ MultiTestReporter extends AnyRef - +

    Classes that implement MultiTestReporter are capable of running a group +of test classes, given their names.

  • @@ -111,7 +113,8 @@ Reporter extends AnyRef - +

    Classes that implement Reporter are capable of running a test class, +given its name.

  • @@ -124,7 +127,7 @@ SummarizedTests extends AnyRef - +

    This is a trait for classes that run tests and summarize the results.

  • @@ -137,7 +140,7 @@ SummaryReporter extends MultiTestReporter with SummarizedTests - +

    Runs a series of tests.

  • @@ -150,7 +153,7 @@ TAPReporter extends Reporter - +

    Runs a single test.

  • @@ -183,8 +186,10 @@ loadClass[T](className: String)(implicit arg0: ClassTag[T]): Class[_] - -
  • +

    Loads className, returning the +java.lang.Class +instance.

    +
  • @@ -196,7 +201,11 @@ newInstance[T, U <: AnyRef](className: String, arg: U)(implicit arg0: ClassTag[T], arg1: ClassTag[U]): T

    - +

    Loads className and creates a new instance of it, using a +one-argument constructor.

    Loads className and creates a new instance of it, using a +one-argument constructor. Passes arg as the argument to the +constructor. +

  • @@ -209,7 +218,8 @@ newInstance[T](className: String)(implicit arg0: ClassTag[T]): T - +

    Loads className and creates a new instance of it, using the +no-argument constructor.

  • diff --git a/org/perl8/test/package.html b/org/perl8/test/package.html index 6920bc0..bc373e0 100644 --- a/org/perl8/test/package.html +++ b/org/perl8/test/package.html @@ -163,8 +163,7 @@ Test extends AnyRef -

    Base trait for test classes in this framework -

    +

    Base trait for test classes in this framework.

  • @@ -210,7 +209,7 @@ harness - +

    Classes to handle running test instances and providing output.

  • @@ -236,7 +235,7 @@ sbt - +

    Classes for interoperating with sbt test.

  • @@ -249,7 +248,7 @@ tap - +

    Classes for TAP generation and parsing.

  • diff --git a/org/perl8/test/sbt/Fingerprint$.html b/org/perl8/test/sbt/Fingerprint$.html index ad323c2..aa6cec2 100644 --- a/org/perl8/test/sbt/Fingerprint$.html +++ b/org/perl8/test/sbt/Fingerprint$.html @@ -44,7 +44,9 @@ -
    +
    Linear Supertypes
    SubclassFingerprint, Fingerprint, AnyRef, Any
    diff --git a/org/perl8/test/sbt/Framework.html b/org/perl8/test/sbt/Framework.html index 25405f9..acf1081 100644 --- a/org/perl8/test/sbt/Framework.html +++ b/org/perl8/test/sbt/Framework.html @@ -44,7 +44,9 @@ -
    +

    Implementation of +org.scalatools.testing.Framework. +

    Linear Supertypes
    scalatools.testing.Framework, AnyRef, Any
    diff --git a/org/perl8/test/sbt/Runner.html b/org/perl8/test/sbt/Runner.html index 52d66be..f2667cd 100644 --- a/org/perl8/test/sbt/Runner.html +++ b/org/perl8/test/sbt/Runner.html @@ -44,7 +44,10 @@ -
    +

    Implementation of +org.scalatools.testing.Runner2 +using SBTReporter. +

    Linear Supertypes
    Runner2, scalatools.testing.Runner, AnyRef, Any
    diff --git a/org/perl8/test/sbt/SBTReporter.html b/org/perl8/test/sbt/SBTReporter.html index 9676647..6f4bd6c 100644 --- a/org/perl8/test/sbt/SBTReporter.html +++ b/org/perl8/test/sbt/SBTReporter.html @@ -44,7 +44,8 @@ -
    +

    Runs a single test under the SBT test harness. +

    Linear Supertypes
    @@ -332,9 +333,13 @@ run(testName: String): Int -
    Definition Classes
    SBTReporterReporter
    -
  • - +

    Runs the test class identifed by the fully qualified class name +testName.

    Runs the test class identifed by the fully qualified class name +testName. +

    returns

    The exit code for the harness to use. Will be 0 on success. +

    Definition Classes
    SBTReporterReporter
    +
  • +

    @@ -342,10 +347,14 @@ def - runOneTest(test: Test, cb: (TAPEvent) ⇒ Unit): TAPResult + runOneTest(test: Test, cb: (TAPEvent) ⇒ Unit): TAPResult

    -
    Definition Classes
    SummarizedTests
    +

    Runs a single test instance, calling cb with +each TAP event as it is produced.

    Runs a single test instance, calling cb with +each TAP event as it is produced. +

    returns

    The overall result of the test instance. +

    Attributes
    protected
    Definition Classes
    SummarizedTests
  • diff --git a/org/perl8/test/sbt/package.html b/org/perl8/test/sbt/package.html index 1d4fb83..6a41b05 100644 --- a/org/perl8/test/sbt/package.html +++ b/org/perl8/test/sbt/package.html @@ -44,13 +44,37 @@ -
    +

    Classes for interoperating with sbt test. +

    + Linear Supertypes +
    AnyRef, Any
    +
    - - +
    + Ordering +
      + +
    1. Alphabetic
    2. +
    3. By inheritance
    4. +
    +
    +
    + Inherited
    +
    +
      +
    1. sbt
    2. AnyRef
    3. Any
    4. +
    +
    + +
      +
    1. Hide All
    2. +
    3. Show all
    4. +
    + Learn more about member selection +
    Visibility
    1. Public
    2. All
    @@ -75,7 +99,8 @@ Framework extends scalatools.testing.Framework - +

    Implementation of +org.scalatools.testing.Framework.

  • @@ -88,7 +113,9 @@ Runner extends Runner2 - +

    Implementation of +org.scalatools.testing.Runner2 +using SBTReporter.

  • @@ -101,7 +128,7 @@ SBTReporter extends Reporter with SummarizedTests - +

    Runs a single test under the SBT test harness.

  • @@ -121,7 +148,8 @@ Fingerprint extends SubclassFingerprint - +

    Implementation of +org.scalatools.testing.Fingerprint.

    @@ -131,7 +159,11 @@
    - +
    +

    Inherited from AnyRef

    +
    +

    Inherited from Any

    +
    diff --git a/org/perl8/test/tap/Consumer$$Directive.html b/org/perl8/test/tap/Consumer$$Directive.html deleted file mode 100644 index 873b778..0000000 --- a/org/perl8/test/tap/Consumer$$Directive.html +++ /dev/null @@ -1,432 +0,0 @@ - - - - - Directive - org.perl8.test.tap.Consumer.Directive - - - - - - - - - - - - - - - -
    - -

    org.perl8.test.tap.Consumer

    -

    Directive

    -
    - -

    - - sealed - trait - - - Directive extends AnyRef - -

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

    Abstract Value Members

    -
    1. - - -

      - - abstract - val - - - message: Option[String] - -

      - -
    -
    - -
    -

    Concrete Value Members

    -
    1. - - -

      - - final - def - - - !=(arg0: AnyRef): Boolean - -

      -
      Definition Classes
      AnyRef
      -
    2. - - -

      - - final - def - - - !=(arg0: Any): Boolean - -

      -
      Definition Classes
      Any
      -
    3. - - -

      - - final - def - - - ##(): Int - -

      -
      Definition Classes
      AnyRef → Any
      -
    4. - - -

      - - final - def - - - ==(arg0: AnyRef): Boolean - -

      -
      Definition Classes
      AnyRef
      -
    5. - - -

      - - final - def - - - ==(arg0: Any): Boolean - -

      -
      Definition Classes
      Any
      -
    6. - - -

      - - final - def - - - asInstanceOf[T0]: T0 - -

      -
      Definition Classes
      Any
      -
    7. - - -

      - - - def - - - clone(): AnyRef - -

      -
      Attributes
      protected[java.lang]
      Definition Classes
      AnyRef
      Annotations
      - @throws() - -
      -
    8. - - -

      - - final - def - - - eq(arg0: AnyRef): Boolean - -

      -
      Definition Classes
      AnyRef
      -
    9. - - -

      - - - def - - - equals(arg0: Any): Boolean - -

      -
      Definition Classes
      AnyRef → Any
      -
    10. - - -

      - - - def - - - finalize(): Unit - -

      -
      Attributes
      protected[java.lang]
      Definition Classes
      AnyRef
      Annotations
      - @throws() - -
      -
    11. - - -

      - - final - def - - - getClass(): Class[_] - -

      -
      Definition Classes
      AnyRef → Any
      -
    12. - - -

      - - - def - - - hashCode(): Int - -

      -
      Definition Classes
      AnyRef → Any
      -
    13. - - -

      - - final - def - - - isInstanceOf[T0]: Boolean - -

      -
      Definition Classes
      Any
      -
    14. - - -

      - - final - def - - - ne(arg0: AnyRef): Boolean - -

      -
      Definition Classes
      AnyRef
      -
    15. - - -

      - - final - def - - - notify(): Unit - -

      -
      Definition Classes
      AnyRef
      -
    16. - - -

      - - final - def - - - notifyAll(): Unit - -

      -
      Definition Classes
      AnyRef
      -
    17. - - -

      - - final - def - - - synchronized[T0](arg0: ⇒ T0): T0 - -

      -
      Definition Classes
      AnyRef
      -
    18. - - -

      - - - def - - - toString(): String - -

      -
      Definition Classes
      AnyRef → Any
      -
    19. - - -

      - - final - def - - - wait(): Unit - -

      -
      Definition Classes
      AnyRef
      Annotations
      - @throws() - -
      -
    20. - - -

      - - final - def - - - wait(arg0: Long, arg1: Int): Unit - -

      -
      Definition Classes
      AnyRef
      Annotations
      - @throws() - -
      -
    21. - - -

      - - final - def - - - wait(arg0: Long): Unit - -

      -
      Definition Classes
      AnyRef
      Annotations
      - @throws() - -
      -
    -
    - - - - -
    - -
    -
    -

    Inherited from AnyRef

    -
    -

    Inherited from Any

    -
    - -
    - -
    -
    -

    Ungrouped

    - -
    -
    - -
    - -
    - - - - - - \ No newline at end of file diff --git a/org/perl8/test/tap/Consumer$$ParseException.html b/org/perl8/test/tap/Consumer$$ParseException.html deleted file mode 100644 index 2ba12df..0000000 --- a/org/perl8/test/tap/Consumer$$ParseException.html +++ /dev/null @@ -1,586 +0,0 @@ - - - - - ParseException - org.perl8.test.tap.Consumer.ParseException - - - - - - - - - - - - - - - -
    - -

    org.perl8.test.tap.Consumer

    -

    ParseException

    -
    - -

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

    - -
    - Linear Supertypes -
    Serializable, Product, Equals, RuntimeException, Exception, Throwable, Serializable, AnyRef, Any
    -
    - - -
    -
    -
    - Ordering -
      - -
    1. Alphabetic
    2. -
    3. By inheritance
    4. -
    -
    -
    - Inherited
    -
    -
      -
    1. ParseException
    2. Serializable
    3. Product
    4. Equals
    5. RuntimeException
    6. Exception
    7. Throwable
    8. Serializable
    9. AnyRef
    10. Any
    11. -
    -
    - -
      -
    1. Hide All
    2. -
    3. Show all
    4. -
    - Learn more about member selection -
    -
    - Visibility -
    1. Public
    2. All
    -
    -
    - -
    -
    -
    -

    Instance Constructors

    -
    1. - - -

      - - - new - - - ParseException(message: String) - -

      - -
    -
    - - - - - -
    -

    Value Members

    -
    1. - - -

      - - final - def - - - !=(arg0: AnyRef): Boolean - -

      -
      Definition Classes
      AnyRef
      -
    2. - - -

      - - final - def - - - !=(arg0: Any): Boolean - -

      -
      Definition Classes
      Any
      -
    3. - - -

      - - final - def - - - ##(): Int - -

      -
      Definition Classes
      AnyRef → Any
      -
    4. - - -

      - - final - def - - - ==(arg0: AnyRef): Boolean - -

      -
      Definition Classes
      AnyRef
      -
    5. - - -

      - - final - def - - - ==(arg0: Any): Boolean - -

      -
      Definition Classes
      Any
      -
    6. - - -

      - - final - def - - - addSuppressed(arg0: Throwable): Unit - -

      -
      Definition Classes
      Throwable
      -
    7. - - -

      - - final - def - - - asInstanceOf[T0]: T0 - -

      -
      Definition Classes
      Any
      -
    8. - - -

      - - - def - - - clone(): AnyRef - -

      -
      Attributes
      protected[java.lang]
      Definition Classes
      AnyRef
      Annotations
      - @throws() - -
      -
    9. - - -

      - - final - def - - - eq(arg0: AnyRef): Boolean - -

      -
      Definition Classes
      AnyRef
      -
    10. - - -

      - - - def - - - fillInStackTrace(): Throwable - -

      -
      Definition Classes
      Throwable
      -
    11. - - -

      - - - def - - - finalize(): Unit - -

      -
      Attributes
      protected[java.lang]
      Definition Classes
      AnyRef
      Annotations
      - @throws() - -
      -
    12. - - -

      - - - def - - - getCause(): Throwable - -

      -
      Definition Classes
      Throwable
      -
    13. - - -

      - - final - def - - - getClass(): Class[_] - -

      -
      Definition Classes
      AnyRef → Any
      -
    14. - - -

      - - - def - - - getLocalizedMessage(): String - -

      -
      Definition Classes
      Throwable
      -
    15. - - -

      - - - def - - - getMessage(): String - -

      -
      Definition Classes
      Throwable
      -
    16. - - -

      - - - def - - - getStackTrace(): Array[StackTraceElement] - -

      -
      Definition Classes
      Throwable
      -
    17. - - -

      - - final - def - - - getSuppressed(): Array[Throwable] - -

      -
      Definition Classes
      Throwable
      -
    18. - - -

      - - - def - - - initCause(arg0: Throwable): Throwable - -

      -
      Definition Classes
      Throwable
      -
    19. - - -

      - - final - def - - - isInstanceOf[T0]: Boolean - -

      -
      Definition Classes
      Any
      -
    20. - - -

      - - - val - - - message: String - -

      - -
    21. - - -

      - - final - def - - - ne(arg0: AnyRef): Boolean - -

      -
      Definition Classes
      AnyRef
      -
    22. - - -

      - - final - def - - - notify(): Unit - -

      -
      Definition Classes
      AnyRef
      -
    23. - - -

      - - final - def - - - notifyAll(): Unit - -

      -
      Definition Classes
      AnyRef
      -
    24. - - -

      - - - def - - - printStackTrace(arg0: PrintWriter): Unit - -

      -
      Definition Classes
      Throwable
      -
    25. - - -

      - - - def - - - printStackTrace(arg0: PrintStream): Unit - -

      -
      Definition Classes
      Throwable
      -
    26. - - -

      - - - def - - - printStackTrace(): Unit - -

      -
      Definition Classes
      Throwable
      -
    27. - - -

      - - - def - - - setStackTrace(arg0: Array[StackTraceElement]): Unit - -

      -
      Definition Classes
      Throwable
      -
    28. - - -

      - - final - def - - - synchronized[T0](arg0: ⇒ T0): T0 - -

      -
      Definition Classes
      AnyRef
      -
    29. - - -

      - - - def - - - toString(): String - -

      -
      Definition Classes
      Throwable → AnyRef → Any
      -
    30. - - -

      - - final - def - - - wait(): Unit - -

      -
      Definition Classes
      AnyRef
      Annotations
      - @throws() - -
      -
    31. - - -

      - - final - def - - - wait(arg0: Long, arg1: Int): Unit - -

      -
      Definition Classes
      AnyRef
      Annotations
      - @throws() - -
      -
    32. - - -

      - - final - def - - - wait(arg0: Long): Unit - -

      -
      Definition Classes
      AnyRef
      Annotations
      - @throws() - -
      -
    -
    - - - - -
    - -
    -
    -

    Inherited from Serializable

    -
    -

    Inherited from Product

    -
    -

    Inherited from Equals

    -
    -

    Inherited from RuntimeException

    -
    -

    Inherited from Exception

    -
    -

    Inherited from Throwable

    -
    -

    Inherited from Serializable

    -
    -

    Inherited from AnyRef

    -
    -

    Inherited from Any

    -
    - -
    - -
    -
    -

    Ungrouped

    - -
    -
    - -
    - -
    - - - - - - \ No newline at end of file diff --git a/org/perl8/test/tap/Consumer$$ResultLine.html b/org/perl8/test/tap/Consumer$$ResultLine.html index 6aac2d9..48d49d0 100644 --- a/org/perl8/test/tap/Consumer$$ResultLine.html +++ b/org/perl8/test/tap/Consumer$$ResultLine.html @@ -40,7 +40,7 @@ case class - ResultLine(result: TestResult, indent: String) extends Line with Product with Serializable + ResultLine(result: TestResult, indent: String) extends Line with Product with Serializable @@ -85,7 +85,7 @@

    Instance Constructors

    1. - +

      @@ -93,7 +93,7 @@ new - ResultLine(result: TestResult, indent: String) + ResultLine(result: TestResult, indent: String)

      @@ -321,7 +321,7 @@
      Definition Classes
      AnyRef
    2. - +

      @@ -329,7 +329,7 @@ val - result: TestResult + result: TestResult

      diff --git a/org/perl8/test/tap/Consumer$$SkipDirective.html b/org/perl8/test/tap/Consumer$$SkipDirective.html deleted file mode 100644 index 83d7509..0000000 --- a/org/perl8/test/tap/Consumer$$SkipDirective.html +++ /dev/null @@ -1,413 +0,0 @@ - - - - - SkipDirective - org.perl8.test.tap.Consumer.SkipDirective - - - - - - - - - - - - - - - -
      - -

      org.perl8.test.tap.Consumer

      -

      SkipDirective

      -
      - -

      - - - case class - - - SkipDirective(message: Option[String]) extends Directive with Product with Serializable - -

      - -
      - Linear Supertypes -
      Serializable, Serializable, Product, Equals, Directive, AnyRef, Any
      -
      - - -
      -
      -
      - Ordering -
        - -
      1. Alphabetic
      2. -
      3. By inheritance
      4. -
      -
      -
      - Inherited
      -
      -
        -
      1. SkipDirective
      2. Serializable
      3. Serializable
      4. Product
      5. Equals
      6. Directive
      7. AnyRef
      8. Any
      9. -
      -
      - -
        -
      1. Hide All
      2. -
      3. Show all
      4. -
      - Learn more about member selection -
      -
      - Visibility -
      1. Public
      2. All
      -
      -
      - -
      -
      -
      -

      Instance Constructors

      -
      1. - - -

        - - - new - - - SkipDirective(message: Option[String]) - -

        - -
      -
      - - - - - -
      -

      Value Members

      -
      1. - - -

        - - final - def - - - !=(arg0: AnyRef): Boolean - -

        -
        Definition Classes
        AnyRef
        -
      2. - - -

        - - final - def - - - !=(arg0: Any): Boolean - -

        -
        Definition Classes
        Any
        -
      3. - - -

        - - final - def - - - ##(): Int - -

        -
        Definition Classes
        AnyRef → Any
        -
      4. - - -

        - - final - def - - - ==(arg0: AnyRef): Boolean - -

        -
        Definition Classes
        AnyRef
        -
      5. - - -

        - - final - def - - - ==(arg0: Any): Boolean - -

        -
        Definition Classes
        Any
        -
      6. - - -

        - - final - def - - - asInstanceOf[T0]: T0 - -

        -
        Definition Classes
        Any
        -
      7. - - -

        - - - def - - - clone(): AnyRef - -

        -
        Attributes
        protected[java.lang]
        Definition Classes
        AnyRef
        Annotations
        - @throws() - -
        -
      8. - - -

        - - final - def - - - eq(arg0: AnyRef): Boolean - -

        -
        Definition Classes
        AnyRef
        -
      9. - - -

        - - - def - - - finalize(): Unit - -

        -
        Attributes
        protected[java.lang]
        Definition Classes
        AnyRef
        Annotations
        - @throws() - -
        -
      10. - - -

        - - final - def - - - getClass(): Class[_] - -

        -
        Definition Classes
        AnyRef → Any
        -
      11. - - -

        - - final - def - - - isInstanceOf[T0]: Boolean - -

        -
        Definition Classes
        Any
        -
      12. - - -

        - - - val - - - message: Option[String] - -

        -
        Definition Classes
        SkipDirectiveDirective
        -
      13. - - -

        - - final - def - - - ne(arg0: AnyRef): Boolean - -

        -
        Definition Classes
        AnyRef
        -
      14. - - -

        - - final - def - - - notify(): Unit - -

        -
        Definition Classes
        AnyRef
        -
      15. - - -

        - - final - def - - - notifyAll(): Unit - -

        -
        Definition Classes
        AnyRef
        -
      16. - - -

        - - final - def - - - synchronized[T0](arg0: ⇒ T0): T0 - -

        -
        Definition Classes
        AnyRef
        -
      17. - - -

        - - final - def - - - wait(): Unit - -

        -
        Definition Classes
        AnyRef
        Annotations
        - @throws() - -
        -
      18. - - -

        - - final - def - - - wait(arg0: Long, arg1: Int): Unit - -

        -
        Definition Classes
        AnyRef
        Annotations
        - @throws() - -
        -
      19. - - -

        - - final - def - - - wait(arg0: Long): Unit - -

        -
        Definition Classes
        AnyRef
        Annotations
        - @throws() - -
        -
      -
      - - - - -
      - -
      -
      -

      Inherited from Serializable

      -
      -

      Inherited from Serializable

      -
      -

      Inherited from Product

      -
      -

      Inherited from Equals

      -
      -

      Inherited from Directive

      -
      -

      Inherited from AnyRef

      -
      -

      Inherited from Any

      -
      - -
      - -
      -
      -

      Ungrouped

      - -
      -
      - -
      - -
      - - - - - - \ No newline at end of file diff --git a/org/perl8/test/tap/Consumer$$TAPResult.html b/org/perl8/test/tap/Consumer$$TAPResult.html deleted file mode 100644 index 388fbec..0000000 --- a/org/perl8/test/tap/Consumer$$TAPResult.html +++ /dev/null @@ -1,520 +0,0 @@ - - - - - TAPResult - org.perl8.test.tap.Consumer.TAPResult - - - - - - - - - - - - - - - -
      - -

      org.perl8.test.tap.Consumer

      -

      TAPResult

      -
      - -

      - - - class - - - TAPResult extends AnyRef - -

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

      Instance Constructors

      -
      1. - - -

        - - - new - - - TAPResult(plan: Plan, results: Seq[TestResult]) - -

        - -
      -
      - - - - - -
      -

      Value Members

      -
      1. - - -

        - - final - def - - - !=(arg0: AnyRef): Boolean - -

        -
        Definition Classes
        AnyRef
        -
      2. - - -

        - - final - def - - - !=(arg0: Any): Boolean - -

        -
        Definition Classes
        Any
        -
      3. - - -

        - - final - def - - - ##(): Int - -

        -
        Definition Classes
        AnyRef → Any
        -
      4. - - -

        - - final - def - - - ==(arg0: AnyRef): Boolean - -

        -
        Definition Classes
        AnyRef
        -
      5. - - -

        - - final - def - - - ==(arg0: Any): Boolean - -

        -
        Definition Classes
        Any
        -
      6. - - -

        - - final - def - - - asInstanceOf[T0]: T0 - -

        -
        Definition Classes
        Any
        -
      7. - - -

        - - - def - - - clone(): AnyRef - -

        -
        Attributes
        protected[java.lang]
        Definition Classes
        AnyRef
        Annotations
        - @throws() - -
        -
      8. - - -

        - - final - def - - - eq(arg0: AnyRef): Boolean - -

        -
        Definition Classes
        AnyRef
        -
      9. - - -

        - - - def - - - equals(arg0: Any): Boolean - -

        -
        Definition Classes
        AnyRef → Any
        -
      10. - - -

        - - - val - - - exitCode: Int - -

        - -
      11. - - -

        - - - val - - - fails: Int - -

        - -
      12. - - -

        - - - def - - - finalize(): Unit - -

        -
        Attributes
        protected[java.lang]
        Definition Classes
        AnyRef
        Annotations
        - @throws() - -
        -
      13. - - -

        - - final - def - - - getClass(): Class[_] - -

        -
        Definition Classes
        AnyRef → Any
        -
      14. - - -

        - - - def - - - hashCode(): Int - -

        -
        Definition Classes
        AnyRef → Any
        -
      15. - - -

        - - final - def - - - isInstanceOf[T0]: Boolean - -

        -
        Definition Classes
        Any
        -
      16. - - -

        - - - val - - - matchesPlan: Boolean - -

        - -
      17. - - -

        - - final - def - - - ne(arg0: AnyRef): Boolean - -

        -
        Definition Classes
        AnyRef
        -
      18. - - -

        - - final - def - - - notify(): Unit - -

        -
        Definition Classes
        AnyRef
        -
      19. - - -

        - - final - def - - - notifyAll(): Unit - -

        -
        Definition Classes
        AnyRef
        -
      20. - - -

        - - - val - - - plan: Plan - -

        - -
      21. - - -

        - - - val - - - results: Seq[TestResult] - -

        - -
      22. - - -

        - - - val - - - success: Boolean - -

        - -
      23. - - -

        - - final - def - - - synchronized[T0](arg0: ⇒ T0): T0 - -

        -
        Definition Classes
        AnyRef
        -
      24. - - -

        - - - val - - - testsPassed: Boolean - -

        - -
      25. - - -

        - - - def - - - toString(): String - -

        -
        Definition Classes
        AnyRef → Any
        -
      26. - - -

        - - final - def - - - wait(): Unit - -

        -
        Definition Classes
        AnyRef
        Annotations
        - @throws() - -
        -
      27. - - -

        - - final - def - - - wait(arg0: Long, arg1: Int): Unit - -

        -
        Definition Classes
        AnyRef
        Annotations
        - @throws() - -
        -
      28. - - -

        - - final - def - - - wait(arg0: Long): Unit - -

        -
        Definition Classes
        AnyRef
        Annotations
        - @throws() - -
        -
      -
      - - - - -
      - -
      -
      -

      Inherited from AnyRef

      -
      -

      Inherited from Any

      -
      - -
      - -
      -
      -

      Ungrouped

      - -
      -
      - -
      - -
      - - - - - - \ No newline at end of file diff --git a/org/perl8/test/tap/Consumer$$TestResult.html b/org/perl8/test/tap/Consumer$$TestResult.html deleted file mode 100644 index 8d51a32..0000000 --- a/org/perl8/test/tap/Consumer$$TestResult.html +++ /dev/null @@ -1,494 +0,0 @@ - - - - - TestResult - org.perl8.test.tap.Consumer.TestResult - - - - - - - - - - - - - - - -
      - -

      org.perl8.test.tap.Consumer

      -

      TestResult

      -
      - -

      - - - class - - - TestResult extends AnyRef - -

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

      Instance Constructors

      -
      1. - - -

        - - - new - - - TestResult(passed: Boolean, number: Int, description: String, directive: Option[Directive], subtest: Option[TAPResult]) - -

        - -
      -
      - - - - - -
      -

      Value Members

      -
      1. - - -

        - - final - def - - - !=(arg0: AnyRef): Boolean - -

        -
        Definition Classes
        AnyRef
        -
      2. - - -

        - - final - def - - - !=(arg0: Any): Boolean - -

        -
        Definition Classes
        Any
        -
      3. - - -

        - - final - def - - - ##(): Int - -

        -
        Definition Classes
        AnyRef → Any
        -
      4. - - -

        - - final - def - - - ==(arg0: AnyRef): Boolean - -

        -
        Definition Classes
        AnyRef
        -
      5. - - -

        - - final - def - - - ==(arg0: Any): Boolean - -

        -
        Definition Classes
        Any
        -
      6. - - -

        - - final - def - - - asInstanceOf[T0]: T0 - -

        -
        Definition Classes
        Any
        -
      7. - - -

        - - - def - - - clone(): AnyRef - -

        -
        Attributes
        protected[java.lang]
        Definition Classes
        AnyRef
        Annotations
        - @throws() - -
        -
      8. - - -

        - - - val - - - description: String - -

        - -
      9. - - -

        - - - val - - - directive: Option[Directive] - -

        - -
      10. - - -

        - - final - def - - - eq(arg0: AnyRef): Boolean - -

        -
        Definition Classes
        AnyRef
        -
      11. - - -

        - - - def - - - equals(arg0: Any): Boolean - -

        -
        Definition Classes
        AnyRef → Any
        -
      12. - - -

        - - - def - - - finalize(): Unit - -

        -
        Attributes
        protected[java.lang]
        Definition Classes
        AnyRef
        Annotations
        - @throws() - -
        -
      13. - - -

        - - final - def - - - getClass(): Class[_] - -

        -
        Definition Classes
        AnyRef → Any
        -
      14. - - -

        - - - def - - - hashCode(): Int - -

        -
        Definition Classes
        AnyRef → Any
        -
      15. - - -

        - - final - def - - - isInstanceOf[T0]: Boolean - -

        -
        Definition Classes
        Any
        -
      16. - - -

        - - final - def - - - ne(arg0: AnyRef): Boolean - -

        -
        Definition Classes
        AnyRef
        -
      17. - - -

        - - final - def - - - notify(): Unit - -

        -
        Definition Classes
        AnyRef
        -
      18. - - -

        - - final - def - - - notifyAll(): Unit - -

        -
        Definition Classes
        AnyRef
        -
      19. - - -

        - - - val - - - number: Int - -

        - -
      20. - - -

        - - - val - - - passed: Boolean - -

        - -
      21. - - -

        - - - val - - - subtest: Option[TAPResult] - -

        - -
      22. - - -

        - - final - def - - - synchronized[T0](arg0: ⇒ T0): T0 - -

        -
        Definition Classes
        AnyRef
        -
      23. - - -

        - - - def - - - toString(): String - -

        -
        Definition Classes
        AnyRef → Any
        -
      24. - - -

        - - final - def - - - wait(): Unit - -

        -
        Definition Classes
        AnyRef
        Annotations
        - @throws() - -
        -
      25. - - -

        - - final - def - - - wait(arg0: Long, arg1: Int): Unit - -

        -
        Definition Classes
        AnyRef
        Annotations
        - @throws() - -
        -
      26. - - -

        - - final - def - - - wait(arg0: Long): Unit - -

        -
        Definition Classes
        AnyRef
        Annotations
        - @throws() - -
        -
      -
      - - - - -
      - -
      -
      -

      Inherited from AnyRef

      -
      -

      Inherited from Any

      -
      - -
      - -
      -
      -

      Ungrouped

      - -
      -
      - -
      - -
      - - - - - - \ No newline at end of file diff --git a/org/perl8/test/tap/Consumer$$TodoDirective.html b/org/perl8/test/tap/Consumer$$TodoDirective.html deleted file mode 100644 index e4ef176..0000000 --- a/org/perl8/test/tap/Consumer$$TodoDirective.html +++ /dev/null @@ -1,413 +0,0 @@ - - - - - TodoDirective - org.perl8.test.tap.Consumer.TodoDirective - - - - - - - - - - - - - - - -
      - -

      org.perl8.test.tap.Consumer

      -

      TodoDirective

      -
      - -

      - - - case class - - - TodoDirective(message: Option[String]) extends Directive with Product with Serializable - -

      - -
      - Linear Supertypes -
      Serializable, Serializable, Product, Equals, Directive, AnyRef, Any
      -
      - - -
      -
      -
      - Ordering -
        - -
      1. Alphabetic
      2. -
      3. By inheritance
      4. -
      -
      -
      - Inherited
      -
      -
        -
      1. TodoDirective
      2. Serializable
      3. Serializable
      4. Product
      5. Equals
      6. Directive
      7. AnyRef
      8. Any
      9. -
      -
      - -
        -
      1. Hide All
      2. -
      3. Show all
      4. -
      - Learn more about member selection -
      -
      - Visibility -
      1. Public
      2. All
      -
      -
      - -
      -
      -
      -

      Instance Constructors

      -
      1. - - -

        - - - new - - - TodoDirective(message: Option[String]) - -

        - -
      -
      - - - - - -
      -

      Value Members

      -
      1. - - -

        - - final - def - - - !=(arg0: AnyRef): Boolean - -

        -
        Definition Classes
        AnyRef
        -
      2. - - -

        - - final - def - - - !=(arg0: Any): Boolean - -

        -
        Definition Classes
        Any
        -
      3. - - -

        - - final - def - - - ##(): Int - -

        -
        Definition Classes
        AnyRef → Any
        -
      4. - - -

        - - final - def - - - ==(arg0: AnyRef): Boolean - -

        -
        Definition Classes
        AnyRef
        -
      5. - - -

        - - final - def - - - ==(arg0: Any): Boolean - -

        -
        Definition Classes
        Any
        -
      6. - - -

        - - final - def - - - asInstanceOf[T0]: T0 - -

        -
        Definition Classes
        Any
        -
      7. - - -

        - - - def - - - clone(): AnyRef - -

        -
        Attributes
        protected[java.lang]
        Definition Classes
        AnyRef
        Annotations
        - @throws() - -
        -
      8. - - -

        - - final - def - - - eq(arg0: AnyRef): Boolean - -

        -
        Definition Classes
        AnyRef
        -
      9. - - -

        - - - def - - - finalize(): Unit - -

        -
        Attributes
        protected[java.lang]
        Definition Classes
        AnyRef
        Annotations
        - @throws() - -
        -
      10. - - -

        - - final - def - - - getClass(): Class[_] - -

        -
        Definition Classes
        AnyRef → Any
        -
      11. - - -

        - - final - def - - - isInstanceOf[T0]: Boolean - -

        -
        Definition Classes
        Any
        -
      12. - - -

        - - - val - - - message: Option[String] - -

        -
        Definition Classes
        TodoDirectiveDirective
        -
      13. - - -

        - - final - def - - - ne(arg0: AnyRef): Boolean - -

        -
        Definition Classes
        AnyRef
        -
      14. - - -

        - - final - def - - - notify(): Unit - -

        -
        Definition Classes
        AnyRef
        -
      15. - - -

        - - final - def - - - notifyAll(): Unit - -

        -
        Definition Classes
        AnyRef
        -
      16. - - -

        - - final - def - - - synchronized[T0](arg0: ⇒ T0): T0 - -

        -
        Definition Classes
        AnyRef
        -
      17. - - -

        - - final - def - - - wait(): Unit - -

        -
        Definition Classes
        AnyRef
        Annotations
        - @throws() - -
        -
      18. - - -

        - - final - def - - - wait(arg0: Long, arg1: Int): Unit - -

        -
        Definition Classes
        AnyRef
        Annotations
        - @throws() - -
        -
      19. - - -

        - - final - def - - - wait(arg0: Long): Unit - -

        -
        Definition Classes
        AnyRef
        Annotations
        - @throws() - -
        -
      -
      - - - - -
      - -
      -
      -

      Inherited from Serializable

      -
      -

      Inherited from Serializable

      -
      -

      Inherited from Product

      -
      -

      Inherited from Equals

      -
      -

      Inherited from Directive

      -
      -

      Inherited from AnyRef

      -
      -

      Inherited from Any

      -
      - -
      - -
      -
      -

      Ungrouped

      - -
      -
      - -
      - -
      - - - - - - \ No newline at end of file diff --git a/org/perl8/test/tap/Consumer$.html b/org/perl8/test/tap/Consumer$.html index 70a7a74..5c7e36e 100644 --- a/org/perl8/test/tap/Consumer$.html +++ b/org/perl8/test/tap/Consumer$.html @@ -99,19 +99,6 @@ -
    3. - - -

      - - sealed - trait - - - Directive extends AnyRef - -

      -
    4. @@ -125,19 +112,6 @@ -
    5. - - -

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

      -
    6. @@ -160,59 +134,7 @@ case class - ResultLine(result: TestResult, indent: String) extends Line with Product with Serializable - - - -
    7. - - -

      - - - case class - - - SkipDirective(message: Option[String]) extends Directive with Product with Serializable - -

      - -
    8. - - -

      - - - class - - - TAPResult extends AnyRef - -

      - -
    9. - - -

      - - - class - - - TestResult extends AnyRef - -

      - -
    10. - - -

      - - - case class - - - TodoDirective(message: Option[String]) extends Directive with Product with Serializable + ResultLine(result: TestResult, indent: String) extends Line with Product with Serializable

      diff --git a/org/perl8/test/tap/Directive.html b/org/perl8/test/tap/Directive.html new file mode 100644 index 0000000..d585a90 --- /dev/null +++ b/org/perl8/test/tap/Directive.html @@ -0,0 +1,432 @@ + + + + + Directive - org.perl8.test.tap.Directive + + + + + + + + + + + + + + + +
      + +

      org.perl8.test.tap

      +

      Directive

      +
      + +

      + + sealed + trait + + + Directive extends AnyRef + +

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

      Abstract Value Members

      +
      1. + + +

        + + abstract + val + + + message: Option[String] + +

        + +
      +
      + +
      +

      Concrete Value Members

      +
      1. + + +

        + + final + def + + + !=(arg0: AnyRef): Boolean + +

        +
        Definition Classes
        AnyRef
        +
      2. + + +

        + + final + def + + + !=(arg0: Any): Boolean + +

        +
        Definition Classes
        Any
        +
      3. + + +

        + + final + def + + + ##(): Int + +

        +
        Definition Classes
        AnyRef → Any
        +
      4. + + +

        + + final + def + + + ==(arg0: AnyRef): Boolean + +

        +
        Definition Classes
        AnyRef
        +
      5. + + +

        + + final + def + + + ==(arg0: Any): Boolean + +

        +
        Definition Classes
        Any
        +
      6. + + +

        + + final + def + + + asInstanceOf[T0]: T0 + +

        +
        Definition Classes
        Any
        +
      7. + + +

        + + + def + + + clone(): AnyRef + +

        +
        Attributes
        protected[java.lang]
        Definition Classes
        AnyRef
        Annotations
        + @throws() + +
        +
      8. + + +

        + + final + def + + + eq(arg0: AnyRef): Boolean + +

        +
        Definition Classes
        AnyRef
        +
      9. + + +

        + + + def + + + equals(arg0: Any): Boolean + +

        +
        Definition Classes
        AnyRef → Any
        +
      10. + + +

        + + + def + + + finalize(): Unit + +

        +
        Attributes
        protected[java.lang]
        Definition Classes
        AnyRef
        Annotations
        + @throws() + +
        +
      11. + + +

        + + final + def + + + getClass(): Class[_] + +

        +
        Definition Classes
        AnyRef → Any
        +
      12. + + +

        + + + def + + + hashCode(): Int + +

        +
        Definition Classes
        AnyRef → Any
        +
      13. + + +

        + + final + def + + + isInstanceOf[T0]: Boolean + +

        +
        Definition Classes
        Any
        +
      14. + + +

        + + final + def + + + ne(arg0: AnyRef): Boolean + +

        +
        Definition Classes
        AnyRef
        +
      15. + + +

        + + final + def + + + notify(): Unit + +

        +
        Definition Classes
        AnyRef
        +
      16. + + +

        + + final + def + + + notifyAll(): Unit + +

        +
        Definition Classes
        AnyRef
        +
      17. + + +

        + + final + def + + + synchronized[T0](arg0: ⇒ T0): T0 + +

        +
        Definition Classes
        AnyRef
        +
      18. + + +

        + + + def + + + toString(): String + +

        +
        Definition Classes
        AnyRef → Any
        +
      19. + + +

        + + final + def + + + wait(): Unit + +

        +
        Definition Classes
        AnyRef
        Annotations
        + @throws() + +
        +
      20. + + +

        + + final + def + + + wait(arg0: Long, arg1: Int): Unit + +

        +
        Definition Classes
        AnyRef
        Annotations
        + @throws() + +
        +
      21. + + +

        + + final + def + + + wait(arg0: Long): Unit + +

        +
        Definition Classes
        AnyRef
        Annotations
        + @throws() + +
        +
      +
      + + + + +
      + +
      +
      +

      Inherited from AnyRef

      +
      +

      Inherited from Any

      +
      + +
      + +
      +
      +

      Ungrouped

      + +
      +
      + +
      + +
      + + + + + + \ No newline at end of file diff --git a/org/perl8/test/tap/EndEvent.html b/org/perl8/test/tap/EndEvent.html index 18569e2..0fff1ed 100644 --- a/org/perl8/test/tap/EndEvent.html +++ b/org/perl8/test/tap/EndEvent.html @@ -40,7 +40,7 @@ case class - EndEvent(result: TAPResult) extends TAPEvent with Product with Serializable + EndEvent(result: TAPResult) extends TAPEvent with Product with Serializable @@ -85,7 +85,7 @@

      Instance Constructors

      1. - +

        @@ -93,7 +93,7 @@ new - EndEvent(result: TAPResult) + EndEvent(result: TAPResult)

        @@ -295,7 +295,7 @@
        Definition Classes
        AnyRef
      2. - +

        @@ -303,7 +303,7 @@ val - result: TAPResult + result: TAPResult

        diff --git a/org/perl8/test/tap/Parser.html b/org/perl8/test/tap/Parser.html index 7455586..388297c 100644 --- a/org/perl8/test/tap/Parser.html +++ b/org/perl8/test/tap/Parser.html @@ -727,7 +727,7 @@
        Definition Classes
        Parsers
      3. - +

        @@ -735,12 +735,12 @@ def - parse(input: OutputStream): TAPResult + parse(input: OutputStream): TAPResult

      4. - +

        @@ -748,12 +748,12 @@ def - parse(input: String): TAPResult + parse(input: String): TAPResult

      5. - +

        @@ -761,7 +761,7 @@ def - parse(input: InputStream): TAPResult + parse(input: InputStream): TAPResult

        @@ -899,7 +899,7 @@
        Definition Classes
        AnyRef
      6. - +

        @@ -907,7 +907,7 @@ def - tap: Parser[TAPResult] + tap: Parser[TAPResult]

        diff --git a/org/perl8/test/tap/ResultEvent.html b/org/perl8/test/tap/ResultEvent.html index bdfb159..8a16579 100644 --- a/org/perl8/test/tap/ResultEvent.html +++ b/org/perl8/test/tap/ResultEvent.html @@ -40,7 +40,7 @@ case class - ResultEvent(result: TestResult) extends TAPEvent with Product with Serializable + ResultEvent(result: TestResult) extends TAPEvent with Product with Serializable @@ -85,7 +85,7 @@

        Instance Constructors

        1. - +

          @@ -93,7 +93,7 @@ new - ResultEvent(result: TestResult) + ResultEvent(result: TestResult)

          @@ -295,7 +295,7 @@
          Definition Classes
          AnyRef
        2. - +

          @@ -303,7 +303,7 @@ val - result: TestResult + result: TestResult

          diff --git a/org/perl8/test/tap/SkipDirective.html b/org/perl8/test/tap/SkipDirective.html new file mode 100644 index 0000000..c52b3d7 --- /dev/null +++ b/org/perl8/test/tap/SkipDirective.html @@ -0,0 +1,413 @@ + + + + + SkipDirective - org.perl8.test.tap.SkipDirective + + + + + + + + + + + + + + + +
          + +

          org.perl8.test.tap

          +

          SkipDirective

          +
          + +

          + + + case class + + + SkipDirective(message: Option[String]) extends Directive with Product with Serializable + +

          + +
          + Linear Supertypes +
          Serializable, Serializable, Product, Equals, Directive, AnyRef, Any
          +
          + + +
          +
          +
          + Ordering +
            + +
          1. Alphabetic
          2. +
          3. By inheritance
          4. +
          +
          +
          + Inherited
          +
          +
            +
          1. SkipDirective
          2. Serializable
          3. Serializable
          4. Product
          5. Equals
          6. Directive
          7. AnyRef
          8. Any
          9. +
          +
          + +
            +
          1. Hide All
          2. +
          3. Show all
          4. +
          + Learn more about member selection +
          +
          + Visibility +
          1. Public
          2. All
          +
          +
          + +
          +
          +
          +

          Instance Constructors

          +
          1. + + +

            + + + new + + + SkipDirective(message: Option[String]) + +

            + +
          +
          + + + + + +
          +

          Value Members

          +
          1. + + +

            + + final + def + + + !=(arg0: AnyRef): Boolean + +

            +
            Definition Classes
            AnyRef
            +
          2. + + +

            + + final + def + + + !=(arg0: Any): Boolean + +

            +
            Definition Classes
            Any
            +
          3. + + +

            + + final + def + + + ##(): Int + +

            +
            Definition Classes
            AnyRef → Any
            +
          4. + + +

            + + final + def + + + ==(arg0: AnyRef): Boolean + +

            +
            Definition Classes
            AnyRef
            +
          5. + + +

            + + final + def + + + ==(arg0: Any): Boolean + +

            +
            Definition Classes
            Any
            +
          6. + + +

            + + final + def + + + asInstanceOf[T0]: T0 + +

            +
            Definition Classes
            Any
            +
          7. + + +

            + + + def + + + clone(): AnyRef + +

            +
            Attributes
            protected[java.lang]
            Definition Classes
            AnyRef
            Annotations
            + @throws() + +
            +
          8. + + +

            + + final + def + + + eq(arg0: AnyRef): Boolean + +

            +
            Definition Classes
            AnyRef
            +
          9. + + +

            + + + def + + + finalize(): Unit + +

            +
            Attributes
            protected[java.lang]
            Definition Classes
            AnyRef
            Annotations
            + @throws() + +
            +
          10. + + +

            + + final + def + + + getClass(): Class[_] + +

            +
            Definition Classes
            AnyRef → Any
            +
          11. + + +

            + + final + def + + + isInstanceOf[T0]: Boolean + +

            +
            Definition Classes
            Any
            +
          12. + + +

            + + + val + + + message: Option[String] + +

            +
            Definition Classes
            SkipDirectiveDirective
            +
          13. + + +

            + + final + def + + + ne(arg0: AnyRef): Boolean + +

            +
            Definition Classes
            AnyRef
            +
          14. + + +

            + + final + def + + + notify(): Unit + +

            +
            Definition Classes
            AnyRef
            +
          15. + + +

            + + final + def + + + notifyAll(): Unit + +

            +
            Definition Classes
            AnyRef
            +
          16. + + +

            + + final + def + + + synchronized[T0](arg0: ⇒ T0): T0 + +

            +
            Definition Classes
            AnyRef
            +
          17. + + +

            + + final + def + + + wait(): Unit + +

            +
            Definition Classes
            AnyRef
            Annotations
            + @throws() + +
            +
          18. + + +

            + + final + def + + + wait(arg0: Long, arg1: Int): Unit + +

            +
            Definition Classes
            AnyRef
            Annotations
            + @throws() + +
            +
          19. + + +

            + + final + def + + + wait(arg0: Long): Unit + +

            +
            Definition Classes
            AnyRef
            Annotations
            + @throws() + +
            +
          +
          + + + + +
          + +
          +
          +

          Inherited from Serializable

          +
          +

          Inherited from Serializable

          +
          +

          Inherited from Product

          +
          +

          Inherited from Equals

          +
          +

          Inherited from Directive

          +
          +

          Inherited from AnyRef

          +
          +

          Inherited from Any

          +
          + +
          + +
          +
          +

          Ungrouped

          + +
          +
          + +
          + +
          + + + + + + \ No newline at end of file diff --git a/org/perl8/test/tap/SubtestEndEvent.html b/org/perl8/test/tap/SubtestEndEvent.html index 4e203ab..8b4c154 100644 --- a/org/perl8/test/tap/SubtestEndEvent.html +++ b/org/perl8/test/tap/SubtestEndEvent.html @@ -40,7 +40,7 @@ case class - SubtestEndEvent(result: TestResult) extends TAPEvent with Product with Serializable + SubtestEndEvent(result: TestResult) extends TAPEvent with Product with Serializable @@ -85,7 +85,7 @@

          Instance Constructors

          1. - +

            @@ -93,7 +93,7 @@ new - SubtestEndEvent(result: TestResult) + SubtestEndEvent(result: TestResult)

            @@ -295,7 +295,7 @@
            Definition Classes
            AnyRef
          2. - +

            @@ -303,7 +303,7 @@ val - result: TestResult + result: TestResult

            diff --git a/org/perl8/test/tap/TAPResult.html b/org/perl8/test/tap/TAPResult.html new file mode 100644 index 0000000..9daa1c1 --- /dev/null +++ b/org/perl8/test/tap/TAPResult.html @@ -0,0 +1,520 @@ + + + + + TAPResult - org.perl8.test.tap.TAPResult + + + + + + + + + + + + + + + +
            + +

            org.perl8.test.tap

            +

            TAPResult

            +
            + +

            + + + class + + + TAPResult extends AnyRef + +

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

            Instance Constructors

            +
            1. + + +

              + + + new + + + TAPResult(plan: Plan, results: Seq[TestResult]) + +

              + +
            +
            + + + + + +
            +

            Value Members

            +
            1. + + +

              + + final + def + + + !=(arg0: AnyRef): Boolean + +

              +
              Definition Classes
              AnyRef
              +
            2. + + +

              + + final + def + + + !=(arg0: Any): Boolean + +

              +
              Definition Classes
              Any
              +
            3. + + +

              + + final + def + + + ##(): Int + +

              +
              Definition Classes
              AnyRef → Any
              +
            4. + + +

              + + final + def + + + ==(arg0: AnyRef): Boolean + +

              +
              Definition Classes
              AnyRef
              +
            5. + + +

              + + final + def + + + ==(arg0: Any): Boolean + +

              +
              Definition Classes
              Any
              +
            6. + + +

              + + final + def + + + asInstanceOf[T0]: T0 + +

              +
              Definition Classes
              Any
              +
            7. + + +

              + + + def + + + clone(): AnyRef + +

              +
              Attributes
              protected[java.lang]
              Definition Classes
              AnyRef
              Annotations
              + @throws() + +
              +
            8. + + +

              + + final + def + + + eq(arg0: AnyRef): Boolean + +

              +
              Definition Classes
              AnyRef
              +
            9. + + +

              + + + def + + + equals(arg0: Any): Boolean + +

              +
              Definition Classes
              AnyRef → Any
              +
            10. + + +

              + + + val + + + exitCode: Int + +

              + +
            11. + + +

              + + + val + + + fails: Int + +

              + +
            12. + + +

              + + + def + + + finalize(): Unit + +

              +
              Attributes
              protected[java.lang]
              Definition Classes
              AnyRef
              Annotations
              + @throws() + +
              +
            13. + + +

              + + final + def + + + getClass(): Class[_] + +

              +
              Definition Classes
              AnyRef → Any
              +
            14. + + +

              + + + def + + + hashCode(): Int + +

              +
              Definition Classes
              AnyRef → Any
              +
            15. + + +

              + + final + def + + + isInstanceOf[T0]: Boolean + +

              +
              Definition Classes
              Any
              +
            16. + + +

              + + + val + + + matchesPlan: Boolean + +

              + +
            17. + + +

              + + final + def + + + ne(arg0: AnyRef): Boolean + +

              +
              Definition Classes
              AnyRef
              +
            18. + + +

              + + final + def + + + notify(): Unit + +

              +
              Definition Classes
              AnyRef
              +
            19. + + +

              + + final + def + + + notifyAll(): Unit + +

              +
              Definition Classes
              AnyRef
              +
            20. + + +

              + + + val + + + plan: Plan + +

              + +
            21. + + +

              + + + val + + + results: Seq[TestResult] + +

              + +
            22. + + +

              + + + val + + + success: Boolean + +

              + +
            23. + + +

              + + final + def + + + synchronized[T0](arg0: ⇒ T0): T0 + +

              +
              Definition Classes
              AnyRef
              +
            24. + + +

              + + + val + + + testsPassed: Boolean + +

              + +
            25. + + +

              + + + def + + + toString(): String + +

              +
              Definition Classes
              AnyRef → Any
              +
            26. + + +

              + + final + def + + + wait(): Unit + +

              +
              Definition Classes
              AnyRef
              Annotations
              + @throws() + +
              +
            27. + + +

              + + final + def + + + wait(arg0: Long, arg1: Int): Unit + +

              +
              Definition Classes
              AnyRef
              Annotations
              + @throws() + +
              +
            28. + + +

              + + final + def + + + wait(arg0: Long): Unit + +

              +
              Definition Classes
              AnyRef
              Annotations
              + @throws() + +
              +
            +
            + + + + +
            + +
            +
            +

            Inherited from AnyRef

            +
            +

            Inherited from Any

            +
            + +
            + +
            +
            +

            Ungrouped

            + +
            +
            + +
            + +
            + + + + + + \ No newline at end of file diff --git a/org/perl8/test/tap/TestResult.html b/org/perl8/test/tap/TestResult.html new file mode 100644 index 0000000..183c95a --- /dev/null +++ b/org/perl8/test/tap/TestResult.html @@ -0,0 +1,494 @@ + + + + + TestResult - org.perl8.test.tap.TestResult + + + + + + + + + + + + + + + +
            + +

            org.perl8.test.tap

            +

            TestResult

            +
            + +

            + + + class + + + TestResult extends AnyRef + +

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

            Instance Constructors

            +
            1. + + +

              + + + new + + + TestResult(passed: Boolean, number: Int, description: String, directive: Option[Directive], subtest: Option[TAPResult]) + +

              + +
            +
            + + + + + +
            +

            Value Members

            +
            1. + + +

              + + final + def + + + !=(arg0: AnyRef): Boolean + +

              +
              Definition Classes
              AnyRef
              +
            2. + + +

              + + final + def + + + !=(arg0: Any): Boolean + +

              +
              Definition Classes
              Any
              +
            3. + + +

              + + final + def + + + ##(): Int + +

              +
              Definition Classes
              AnyRef → Any
              +
            4. + + +

              + + final + def + + + ==(arg0: AnyRef): Boolean + +

              +
              Definition Classes
              AnyRef
              +
            5. + + +

              + + final + def + + + ==(arg0: Any): Boolean + +

              +
              Definition Classes
              Any
              +
            6. + + +

              + + final + def + + + asInstanceOf[T0]: T0 + +

              +
              Definition Classes
              Any
              +
            7. + + +

              + + + def + + + clone(): AnyRef + +

              +
              Attributes
              protected[java.lang]
              Definition Classes
              AnyRef
              Annotations
              + @throws() + +
              +
            8. + + +

              + + + val + + + description: String + +

              + +
            9. + + +

              + + + val + + + directive: Option[Directive] + +

              + +
            10. + + +

              + + final + def + + + eq(arg0: AnyRef): Boolean + +

              +
              Definition Classes
              AnyRef
              +
            11. + + +

              + + + def + + + equals(arg0: Any): Boolean + +

              +
              Definition Classes
              AnyRef → Any
              +
            12. + + +

              + + + def + + + finalize(): Unit + +

              +
              Attributes
              protected[java.lang]
              Definition Classes
              AnyRef
              Annotations
              + @throws() + +
              +
            13. + + +

              + + final + def + + + getClass(): Class[_] + +

              +
              Definition Classes
              AnyRef → Any
              +
            14. + + +

              + + + def + + + hashCode(): Int + +

              +
              Definition Classes
              AnyRef → Any
              +
            15. + + +

              + + final + def + + + isInstanceOf[T0]: Boolean + +

              +
              Definition Classes
              Any
              +
            16. + + +

              + + final + def + + + ne(arg0: AnyRef): Boolean + +

              +
              Definition Classes
              AnyRef
              +
            17. + + +

              + + final + def + + + notify(): Unit + +

              +
              Definition Classes
              AnyRef
              +
            18. + + +

              + + final + def + + + notifyAll(): Unit + +

              +
              Definition Classes
              AnyRef
              +
            19. + + +

              + + + val + + + number: Int + +

              + +
            20. + + +

              + + + val + + + passed: Boolean + +

              + +
            21. + + +

              + + + val + + + subtest: Option[TAPResult] + +

              + +
            22. + + +

              + + final + def + + + synchronized[T0](arg0: ⇒ T0): T0 + +

              +
              Definition Classes
              AnyRef
              +
            23. + + +

              + + + def + + + toString(): String + +

              +
              Definition Classes
              AnyRef → Any
              +
            24. + + +

              + + final + def + + + wait(): Unit + +

              +
              Definition Classes
              AnyRef
              Annotations
              + @throws() + +
              +
            25. + + +

              + + final + def + + + wait(arg0: Long, arg1: Int): Unit + +

              +
              Definition Classes
              AnyRef
              Annotations
              + @throws() + +
              +
            26. + + +

              + + final + def + + + wait(arg0: Long): Unit + +

              +
              Definition Classes
              AnyRef
              Annotations
              + @throws() + +
              +
            +
            + + + + +
            + +
            +
            +

            Inherited from AnyRef

            +
            +

            Inherited from Any

            +
            + +
            + +
            +
            +

            Ungrouped

            + +
            +
            + +
            + +
            + + + + + + \ No newline at end of file diff --git a/org/perl8/test/tap/TodoDirective.html b/org/perl8/test/tap/TodoDirective.html new file mode 100644 index 0000000..2da6d00 --- /dev/null +++ b/org/perl8/test/tap/TodoDirective.html @@ -0,0 +1,413 @@ + + + + + TodoDirective - org.perl8.test.tap.TodoDirective + + + + + + + + + + + + + + + +
            + +

            org.perl8.test.tap

            +

            TodoDirective

            +
            + +

            + + + case class + + + TodoDirective(message: Option[String]) extends Directive with Product with Serializable + +

            + +
            + Linear Supertypes +
            Serializable, Serializable, Product, Equals, Directive, AnyRef, Any
            +
            + + +
            +
            +
            + Ordering +
              + +
            1. Alphabetic
            2. +
            3. By inheritance
            4. +
            +
            +
            + Inherited
            +
            +
              +
            1. TodoDirective
            2. Serializable
            3. Serializable
            4. Product
            5. Equals
            6. Directive
            7. AnyRef
            8. Any
            9. +
            +
            + +
              +
            1. Hide All
            2. +
            3. Show all
            4. +
            + Learn more about member selection +
            +
            + Visibility +
            1. Public
            2. All
            +
            +
            + +
            +
            +
            +

            Instance Constructors

            +
            1. + + +

              + + + new + + + TodoDirective(message: Option[String]) + +

              + +
            +
            + + + + + +
            +

            Value Members

            +
            1. + + +

              + + final + def + + + !=(arg0: AnyRef): Boolean + +

              +
              Definition Classes
              AnyRef
              +
            2. + + +

              + + final + def + + + !=(arg0: Any): Boolean + +

              +
              Definition Classes
              Any
              +
            3. + + +

              + + final + def + + + ##(): Int + +

              +
              Definition Classes
              AnyRef → Any
              +
            4. + + +

              + + final + def + + + ==(arg0: AnyRef): Boolean + +

              +
              Definition Classes
              AnyRef
              +
            5. + + +

              + + final + def + + + ==(arg0: Any): Boolean + +

              +
              Definition Classes
              Any
              +
            6. + + +

              + + final + def + + + asInstanceOf[T0]: T0 + +

              +
              Definition Classes
              Any
              +
            7. + + +

              + + + def + + + clone(): AnyRef + +

              +
              Attributes
              protected[java.lang]
              Definition Classes
              AnyRef
              Annotations
              + @throws() + +
              +
            8. + + +

              + + final + def + + + eq(arg0: AnyRef): Boolean + +

              +
              Definition Classes
              AnyRef
              +
            9. + + +

              + + + def + + + finalize(): Unit + +

              +
              Attributes
              protected[java.lang]
              Definition Classes
              AnyRef
              Annotations
              + @throws() + +
              +
            10. + + +

              + + final + def + + + getClass(): Class[_] + +

              +
              Definition Classes
              AnyRef → Any
              +
            11. + + +

              + + final + def + + + isInstanceOf[T0]: Boolean + +

              +
              Definition Classes
              Any
              +
            12. + + +

              + + + val + + + message: Option[String] + +

              +
              Definition Classes
              TodoDirectiveDirective
              +
            13. + + +

              + + final + def + + + ne(arg0: AnyRef): Boolean + +

              +
              Definition Classes
              AnyRef
              +
            14. + + +

              + + final + def + + + notify(): Unit + +

              +
              Definition Classes
              AnyRef
              +
            15. + + +

              + + final + def + + + notifyAll(): Unit + +

              +
              Definition Classes
              AnyRef
              +
            16. + + +

              + + final + def + + + synchronized[T0](arg0: ⇒ T0): T0 + +

              +
              Definition Classes
              AnyRef
              +
            17. + + +

              + + final + def + + + wait(): Unit + +

              +
              Definition Classes
              AnyRef
              Annotations
              + @throws() + +
              +
            18. + + +

              + + final + def + + + wait(arg0: Long, arg1: Int): Unit + +

              +
              Definition Classes
              AnyRef
              Annotations
              + @throws() + +
              +
            19. + + +

              + + final + def + + + wait(arg0: Long): Unit + +

              +
              Definition Classes
              AnyRef
              Annotations
              + @throws() + +
              +
            +
            + + + + +
            + +
            +
            +

            Inherited from Serializable

            +
            +

            Inherited from Serializable

            +
            +

            Inherited from Product

            +
            +

            Inherited from Equals

            +
            +

            Inherited from Directive

            +
            +

            Inherited from AnyRef

            +
            +

            Inherited from Any

            +
            + +
            + +
            +
            +

            Ungrouped

            + +
            +
            + +
            + +
            + + + + + + \ No newline at end of file diff --git a/org/perl8/test/tap/package$$ParseException.html b/org/perl8/test/tap/package$$ParseException.html new file mode 100644 index 0000000..f276720 --- /dev/null +++ b/org/perl8/test/tap/package$$ParseException.html @@ -0,0 +1,588 @@ + + + + + ParseException - org.perl8.test.tap.ParseException + + + + + + + + + + + + + + + +
            + +

            org.perl8.test.tap

            +

            ParseException

            +
            + +

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

            + +

            Exception representing an error during parsing. It is thrown when a TAP +line isn't recognized. +

            + Linear Supertypes +
            Serializable, Product, Equals, RuntimeException, Exception, Throwable, Serializable, AnyRef, Any
            +
            + + +
            +
            +
            + Ordering +
              + +
            1. Alphabetic
            2. +
            3. By inheritance
            4. +
            +
            +
            + Inherited
            +
            +
              +
            1. ParseException
            2. Serializable
            3. Product
            4. Equals
            5. RuntimeException
            6. Exception
            7. Throwable
            8. Serializable
            9. AnyRef
            10. Any
            11. +
            +
            + +
              +
            1. Hide All
            2. +
            3. Show all
            4. +
            + Learn more about member selection +
            +
            + Visibility +
            1. Public
            2. All
            +
            +
            + +
            +
            +
            +

            Instance Constructors

            +
            1. + + +

              + + + new + + + ParseException(message: String) + +

              + +
            +
            + + + + + +
            +

            Value Members

            +
            1. + + +

              + + final + def + + + !=(arg0: AnyRef): Boolean + +

              +
              Definition Classes
              AnyRef
              +
            2. + + +

              + + final + def + + + !=(arg0: Any): Boolean + +

              +
              Definition Classes
              Any
              +
            3. + + +

              + + final + def + + + ##(): Int + +

              +
              Definition Classes
              AnyRef → Any
              +
            4. + + +

              + + final + def + + + ==(arg0: AnyRef): Boolean + +

              +
              Definition Classes
              AnyRef
              +
            5. + + +

              + + final + def + + + ==(arg0: Any): Boolean + +

              +
              Definition Classes
              Any
              +
            6. + + +

              + + final + def + + + addSuppressed(arg0: Throwable): Unit + +

              +
              Definition Classes
              Throwable
              +
            7. + + +

              + + final + def + + + asInstanceOf[T0]: T0 + +

              +
              Definition Classes
              Any
              +
            8. + + +

              + + + def + + + clone(): AnyRef + +

              +
              Attributes
              protected[java.lang]
              Definition Classes
              AnyRef
              Annotations
              + @throws() + +
              +
            9. + + +

              + + final + def + + + eq(arg0: AnyRef): Boolean + +

              +
              Definition Classes
              AnyRef
              +
            10. + + +

              + + + def + + + fillInStackTrace(): Throwable + +

              +
              Definition Classes
              Throwable
              +
            11. + + +

              + + + def + + + finalize(): Unit + +

              +
              Attributes
              protected[java.lang]
              Definition Classes
              AnyRef
              Annotations
              + @throws() + +
              +
            12. + + +

              + + + def + + + getCause(): Throwable + +

              +
              Definition Classes
              Throwable
              +
            13. + + +

              + + final + def + + + getClass(): Class[_] + +

              +
              Definition Classes
              AnyRef → Any
              +
            14. + + +

              + + + def + + + getLocalizedMessage(): String + +

              +
              Definition Classes
              Throwable
              +
            15. + + +

              + + + def + + + getMessage(): String + +

              +
              Definition Classes
              Throwable
              +
            16. + + +

              + + + def + + + getStackTrace(): Array[StackTraceElement] + +

              +
              Definition Classes
              Throwable
              +
            17. + + +

              + + final + def + + + getSuppressed(): Array[Throwable] + +

              +
              Definition Classes
              Throwable
              +
            18. + + +

              + + + def + + + initCause(arg0: Throwable): Throwable + +

              +
              Definition Classes
              Throwable
              +
            19. + + +

              + + final + def + + + isInstanceOf[T0]: Boolean + +

              +
              Definition Classes
              Any
              +
            20. + + +

              + + + val + + + message: String + +

              + +
            21. + + +

              + + final + def + + + ne(arg0: AnyRef): Boolean + +

              +
              Definition Classes
              AnyRef
              +
            22. + + +

              + + final + def + + + notify(): Unit + +

              +
              Definition Classes
              AnyRef
              +
            23. + + +

              + + final + def + + + notifyAll(): Unit + +

              +
              Definition Classes
              AnyRef
              +
            24. + + +

              + + + def + + + printStackTrace(arg0: PrintWriter): Unit + +

              +
              Definition Classes
              Throwable
              +
            25. + + +

              + + + def + + + printStackTrace(arg0: PrintStream): Unit + +

              +
              Definition Classes
              Throwable
              +
            26. + + +

              + + + def + + + printStackTrace(): Unit + +

              +
              Definition Classes
              Throwable
              +
            27. + + +

              + + + def + + + setStackTrace(arg0: Array[StackTraceElement]): Unit + +

              +
              Definition Classes
              Throwable
              +
            28. + + +

              + + final + def + + + synchronized[T0](arg0: ⇒ T0): T0 + +

              +
              Definition Classes
              AnyRef
              +
            29. + + +

              + + + def + + + toString(): String + +

              +
              Definition Classes
              Throwable → AnyRef → Any
              +
            30. + + +

              + + final + def + + + wait(): Unit + +

              +
              Definition Classes
              AnyRef
              Annotations
              + @throws() + +
              +
            31. + + +

              + + final + def + + + wait(arg0: Long, arg1: Int): Unit + +

              +
              Definition Classes
              AnyRef
              Annotations
              + @throws() + +
              +
            32. + + +

              + + final + def + + + wait(arg0: Long): Unit + +

              +
              Definition Classes
              AnyRef
              Annotations
              + @throws() + +
              +
            +
            + + + + +
            + +
            +
            +

            Inherited from Serializable

            +
            +

            Inherited from Product

            +
            +

            Inherited from Equals

            +
            +

            Inherited from RuntimeException

            +
            +

            Inherited from Exception

            +
            +

            Inherited from Throwable

            +
            +

            Inherited from Serializable

            +
            +

            Inherited from AnyRef

            +
            +

            Inherited from Any

            +
            + +
            + +
            +
            +

            Ungrouped

            + +
            +
            + +
            + +
            + + + + + + \ No newline at end of file diff --git a/org/perl8/test/tap/package.html b/org/perl8/test/tap/package.html index b1d0511..698b12c 100644 --- a/org/perl8/test/tap/package.html +++ b/org/perl8/test/tap/package.html @@ -44,13 +44,37 @@ -
            +

            Classes for TAP generation and parsing. +

            + Linear Supertypes +
            AnyRef, Any
            +
            - - +
            + Ordering +
              + +
            1. Alphabetic
            2. +
            3. By inheritance
            4. +
            +
            +
            + Inherited
            +
            +
              +
            1. tap
            2. AnyRef
            3. Any
            4. +
            +
            + +
              +
            1. Hide All
            2. +
            3. Show all
            4. +
            + Learn more about member selection +
            Visibility
            1. Public
            2. All
            @@ -76,6 +100,19 @@ +
          3. + + +

            + + sealed + trait + + + Directive extends AnyRef + +

            +
          4. @@ -85,10 +122,23 @@ case class - EndEvent(result: TAPResult) extends TAPEvent with Product with Serializable + EndEvent(result: TAPResult) extends TAPEvent with Product with Serializable +
          5. + + +

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

            +

            Exception representing an error during parsing.

          6. @@ -124,7 +174,20 @@ case class - ResultEvent(result: TestResult) extends TAPEvent with Product with Serializable + ResultEvent(result: TestResult) extends TAPEvent with Product with Serializable + + + +
          7. + + +

            + + + case class + + + SkipDirective(message: Option[String]) extends Directive with Product with Serializable

            @@ -137,7 +200,7 @@ case class - SubtestEndEvent(result: TestResult) extends TAPEvent with Product with Serializable + SubtestEndEvent(result: TestResult) extends TAPEvent with Product with Serializable @@ -154,6 +217,19 @@ +
          8. + + +

            + + + class + + + TAPResult extends AnyRef + +

            +
          9. @@ -167,6 +243,32 @@ +
          10. + + +

            + + + class + + + TestResult extends AnyRef + +

            + +
          11. + + +

            + + + case class + + + TodoDirective(message: Option[String]) extends Directive with Product with Serializable + +

            +
          @@ -235,7 +337,11 @@
        - +
        +

        Inherited from AnyRef

        +
        +

        Inherited from Any

        +
        -- cgit v1.2.3-54-g00ecf