Package csw.testkit
Class TestKitSettings
java.lang.Object
csw.testkit.TestKitSettings
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionscala.Option<Object>
scala.Option<Object>
static TestKitSettings
apply
(akka.actor.typed.ActorSystem<?> system) Reads configuration settings fromcsw.testkit
section.static TestKitSettings
apply
(com.typesafe.config.Config config) Reads configuration settings from givenConfig
that must have the same layout as thecsw.testkit
section.com.typesafe.config.Config
config()
scala.Option<Object>
static TestKitSettings
create
(akka.actor.typed.ActorSystem<?> system) Java API: Reads configuration settings fromcsw.testkit
section.
static TestKitSettings
create
(com.typesafe.config.Config config) Reads configuration settings from givenConfig
that must have the same layout as theakka.actor.testkit.typed
section.akka.util.Timeout
`DefaultTimeout` used for awaiting on future valuesscala.Option<Object>
scala.Option<Object>
int
int
int
int
-
Constructor Details
-
TestKitSettings
public TestKitSettings(com.typesafe.config.Config config)
-
-
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)
-
config
public com.typesafe.config.Config config() -
DefaultTimeout
public akka.util.Timeout DefaultTimeout()`DefaultTimeout` used for awaiting on future values -
LocationClusterPort
public int LocationClusterPort() -
LocationHttpPort
public int LocationHttpPort() -
LocationAuthClusterPort
public int LocationAuthClusterPort() -
LocationAuthHttpPort
public int LocationAuthHttpPort() -
ConfigPort
-
EventSentinelPort
-
EventMasterPort
-
AlarmSentinelPort
-
AlarmMasterPort
-