object TestConfig extends Serializable

Linear Supertypes
Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TestConfig
  2. Serializable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. final case class AxisDIKeys(keyMap: Map[Set[AxisChoice], Set[distage.DIKey]]) extends AnyVal with Product with Serializable
  2. sealed trait Parallelism extends AnyRef
  3. final case class PriorAxisDIKeys(keys: Map[Int, AxisDIKeys]) extends AnyVal with Product with Serializable

Deprecated Type Members

  1. type ParallelLevel = Parallelism
    Annotations
    @deprecated
    Deprecated

    (Since version 1.1.0) renamed to Parallelism

Value Members

  1. object AxisDIKeys extends Serializable
  2. object Parallelism
  3. object PriorAxisDIKeys extends Serializable

Deprecated Value Members

  1. final val ParallelLevel: Parallelism.type
    Annotations
    @deprecated
    Deprecated

    (Since version 1.1.0) renamed to Parallelism

  2. def forSuite(clazz: Class[_]): TestConfig
    Annotations
    @deprecated
    Deprecated

    (Since version 1.2.3) Use TestConfig() constructor instead, always provide pluginConfig explicitly