case class Test(project: String = "", includeDependencies: Boolean = false, incremental: Boolean = true, pipeline: Boolean = false, only: List[String] = Nil, args: List[String] = Nil, reporter: ReporterKind = BloopReporter, watch: Boolean = false, cliOptions: CliOptions = CliOptions.default) extends CompilingCommand with Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Test
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. CompilingCommand
  7. RawCommand
  8. Command
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Test(project: String = "", includeDependencies: Boolean = false, incremental: Boolean = true, pipeline: Boolean = false, only: List[String] = Nil, args: List[String] = Nil, reporter: ReporterKind = BloopReporter, watch: Boolean = false, cliOptions: CliOptions = CliOptions.default)

Value Members

  1. val args: List[String]
  2. val cliOptions: CliOptions
    Definition Classes
    TestCommand
  3. val includeDependencies: Boolean
  4. val incremental: Boolean
    Definition Classes
    TestCompilingCommand
  5. val only: List[String]
  6. val pipeline: Boolean
    Definition Classes
    TestCompilingCommand
  7. val project: String
    Definition Classes
    TestCompilingCommand
  8. val reporter: ReporterKind
    Definition Classes
    TestCompilingCommand
  9. val watch: Boolean