Package csw.testkit
Class TestKitSettings$
java.lang.Object
csw.testkit.TestKitSettings$
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TestKitSettings$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapply(akka.actor.typed.ActorSystem<?> system) Reads configuration settings fromcsw.testkitsection.apply(com.typesafe.config.Config config) Reads configuration settings from givenConfigthat must have the same layout as thecsw.testkitsection.create(akka.actor.typed.ActorSystem<?> system) Java API: Reads configuration settings fromcsw.testkitsection.create(com.typesafe.config.Config config) Reads configuration settings from givenConfigthat must have the same layout as theakka.actor.testkit.typedsection.
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
TestKitSettings$
public TestKitSettings$()
-
-
Method Details
-
apply
Reads configuration settings fromcsw.testkitsection.- Parameters:
system- (undocumented)- Returns:
- (undocumented)
-
apply
Reads configuration settings from givenConfigthat must have the same layout as thecsw.testkitsection.- Parameters:
config- (undocumented)- Returns:
- (undocumented)
-
create
Java API: Reads configuration settings fromcsw.testkitsection.- Parameters:
system- (undocumented)- Returns:
- (undocumented)
-
create
Reads configuration settings from givenConfigthat must have the same layout as theakka.actor.testkit.typedsection.- Parameters:
config- (undocumented)- Returns:
- (undocumented)
-