Package

minitest

runner

Permalink

package runner

Visibility
  1. Public
  2. All

Type Members

  1. final class ConsoleLogger extends Logger

    Permalink
  2. class Framework extends sbt.testing.Framework

    Permalink
  3. final case class Options(useSbtLogging: Boolean = false) extends Product with Serializable

    Permalink

    Configurable options for the runner.

    Configurable options for the runner.

    useSbtLogging

    specifies whether to use SBT's test-logging infrastructure, or just println. Defaults to println because SBT's test logging doesn't seem to give us anything that we want, and does annoying things like making a left-hand gutter and buffering input by default. Option inspired by its availability in uTest and other testing frameworks.

  4. final class Runner extends sbt.testing.Runner

    Permalink
  5. final class Task extends sbt.testing.Task

    Permalink

Value Members

  1. object Framework

    Permalink

Ungrouped