All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.specs2.runner.HtmlRunner.scala Maven / Gradle / Ivy

There is a newer version: 3.7
Show newest version
package org.specs2
package runner

import reporter._

/**
 * This runner uses an HtmlReporter, creating html pages, for running the specification
 *
 * @see specs2.run
 * @see org.specs2.main.Arguments for other command line options
 */
class HtmlRunner extends ClassRunner {
  override lazy val reporter: Reporter = new HtmlReporter {}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy