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