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

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

package org.specs2
package runner

import reporter._

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy