object TestConfig extends Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TestConfig
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- final case class AxisDIKeys(keyMap: Map[Set[AxisChoice], Set[distage.DIKey]]) extends AnyVal with Product with Serializable
- sealed trait Parallelism extends AnyRef
- final case class PriorAxisDIKeys(keys: Map[Int, AxisDIKeys]) extends AnyVal with Product with Serializable
Deprecated Type Members
- type ParallelLevel = Parallelism
- Annotations
- @deprecated
- Deprecated
(Since version 1.1.0) renamed to Parallelism
Value Members
- object AxisDIKeys extends Serializable
- object Parallelism
- object PriorAxisDIKeys extends Serializable
Deprecated Value Members
- final val ParallelLevel: Parallelism.type
- Annotations
- @deprecated
- Deprecated
(Since version 1.1.0) renamed to Parallelism
- def forSuite(clazz: Class[_]): TestConfig
- Annotations
- @deprecated
- Deprecated
(Since version 1.2.3) Use TestConfig() constructor instead, always provide pluginConfig explicitly