org.specs2

runner

package runner

Visibility
  1. Public
  2. All

Type Members

  1. class HtmlRunner extends ClassRunner

    This runner uses an HtmlReporter, creating html pages, for running the specification

    This runner uses an HtmlReporter, creating html pages, for running the specification

    See also

    org.specs2.main.Arguments for other command line options

    specs2.run

  2. class MarkdownRunner extends ClassRunner

    This runner uses a MarkdownReporter, creating markdown pages, for running the specification

    This runner uses a MarkdownReporter, creating markdown pages, for running the specification

    See also

    org.specs2.main.Arguments for other command line options

    specs2.run

Ungrouped