Package csw.testkit

Class TestKitSettings$

java.lang.Object
csw.testkit.TestKitSettings$

public class TestKitSettings$ extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final TestKitSettings$
    Static reference to the singleton instance of this Scala object.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    apply(akka.actor.typed.ActorSystem<?> system)
    Reads configuration settings from csw.testkit section.
    apply(com.typesafe.config.Config config)
    Reads configuration settings from given Config that must have the same layout as the csw.testkit section.
    create(akka.actor.typed.ActorSystem<?> system)
    Java API: Reads configuration settings from csw.testkit section.
    create(com.typesafe.config.Config config)
    Reads configuration settings from given Config that must have the same layout as the akka.actor.testkit.typed section.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • MODULE$

      public static final TestKitSettings$ MODULE$
      Static reference to the singleton instance of this Scala object.
  • Constructor Details

    • TestKitSettings$

      public TestKitSettings$()
  • Method Details

    • apply

      public TestKitSettings apply(akka.actor.typed.ActorSystem<?> system)
      Reads configuration settings from csw.testkit section.
      Parameters:
      system - (undocumented)
      Returns:
      (undocumented)
    • apply

      public TestKitSettings apply(com.typesafe.config.Config config)
      Reads configuration settings from given Config that must have the same layout as the csw.testkit section.
      Parameters:
      config - (undocumented)
      Returns:
      (undocumented)
    • create

      public TestKitSettings create(akka.actor.typed.ActorSystem<?> system)
      Java API: Reads configuration settings from csw.testkit section.
      Parameters:
      system - (undocumented)
      Returns:
      (undocumented)
    • create

      public TestKitSettings create(com.typesafe.config.Config config)
      Reads configuration settings from given Config that must have the same layout as the akka.actor.testkit.typed section.
      Parameters:
      config - (undocumented)
      Returns:
      (undocumented)