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

org.specs2.reporter.HtmlReporter.scala Maven / Gradle / Ivy

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

import io.ConsoleOutput

/**
 * Reports a Specification as an Html page
 */
trait HtmlReporter extends DefaultReporter
    with HtmlExporting
    with ConsoleOutput

/**
 * Reports a Specification as a markdown page
 */
trait MarkdownReporter extends DefaultReporter
with MarkdownExporting
with ConsoleOutput




© 2015 - 2024 Weber Informatics LLC | Privacy Policy