Package csw.testkit
Class AlarmTestKit$
- java.lang.Object
- 
- csw.testkit.AlarmTestKit$
 
- 
 public class AlarmTestKit$ extends java.lang.Object
- 
- 
Field SummaryFields Modifier and Type Field Description static AlarmTestKit$MODULE$Static reference to the singleton instance of this Scala object.
 - 
Constructor SummaryConstructors Constructor Description AlarmTestKit$()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description AlarmTestKitapply(akka.actor.typed.ActorSystem<akka.actor.typed.SpawnProtocol> actorSystem, TestKitSettings testKitSettings)Create a AlarmTestKitAlarmTestKitcreate(akka.actor.typed.ActorSystem<akka.actor.typed.SpawnProtocol> actorSystem)Java API to create a EventTestKitAlarmTestKitcreate(TestKitSettings testKitSettings)Java API to create a AlarmTestKit
 
- 
- 
- 
Field Detail- 
MODULE$public static final AlarmTestKit$ MODULE$ Static reference to the singleton instance of this Scala object.
 
- 
 - 
Method Detail- 
applypublic AlarmTestKit apply(akka.actor.typed.ActorSystem<akka.actor.typed.SpawnProtocol> actorSystem, TestKitSettings testKitSettings) Create a AlarmTestKitWhen the test has completed you should shutdown the alarm service with AlarmTestKit.shutdownAlarmService().- Parameters:
- actorSystem- (undocumented)
- testKitSettings- (undocumented)
- Returns:
- handle to AlarmTestKit which can be used to start and stop alarm service
 
 - 
createpublic AlarmTestKit create(akka.actor.typed.ActorSystem<akka.actor.typed.SpawnProtocol> actorSystem) Java API to create a EventTestKit- Parameters:
- actorSystem- (undocumented)
- Returns:
- handle to EventTestKit which can be used to start and stop event service
 
 - 
createpublic AlarmTestKit create(TestKitSettings testKitSettings) Java API to create a AlarmTestKit- Parameters:
- testKitSettings- custom testKitSettings
- Returns:
- handle to AlarmTestKit which can be used to start and stop alarm service
 
 
- 
 
-