Packages

p

stryker4s

config

package config

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class CommandRunner(command: String, args: String) extends TestRunner with Product with Serializable
  2. case class Config(mutate: Seq[String] = Seq("**/main/scala/**/*.scala"), baseDir: File = File.currentWorkingDirectory, testRunner: TestRunner = CommandRunner("sbt", "test"), reporters: Seq[ReporterType] = Seq(ConsoleReporterType), files: Option[Seq[String]] = None, excludedMutations: ExcludedMutations = ExcludedMutations(), thresholds: Thresholds = Thresholds()) extends Product with Serializable
  3. case class ExcludedMutations(_exclusions: Set[String] = Set.empty) extends Product with Serializable
  4. sealed trait ReporterType extends AnyRef
  5. sealed trait TestRunner extends AnyRef
  6. case class Thresholds(high: Int = 80, low: Int = 60, break: Int = 0) extends Product with Serializable

Value Members

  1. object ConfigReader extends ConfigReaderImplicits with Logging
  2. object ConsoleReporterType extends ReporterType with Product with Serializable
  3. object HtmlReporterType extends ReporterType with Product with Serializable

Ungrouped