Packages

object TestKitSettings

Source
TestKitSettings.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TestKitSettings
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def apply(config: Config): TestKitSettings

    Reads configuration settings from given Config that must have the same layout as the akka.actor.testkit.typed section.

  2. def apply(system: typed.ActorSystem[_]): TestKitSettings

    Reads configuration settings from akka.actor.testkit.typed section.

  3. def create(config: Config): TestKitSettings

    Reads configuration settings from given Config that must have the same layout as the akka.actor.testkit.typed section.

  4. def create(system: typed.ActorSystem[_]): TestKitSettings

    Java API: Reads configuration settings from akka.actor.testkit.typed section.