Package csw.testkit.javadsl
Class JCSWService
java.lang.Object
csw.testkit.javadsl.JCSWService
Helper class for Java to get handle of
csw.testkit.scaladsl.CSWService
Specify one or more services from following ADT's while creating FrameworkTestKit
and testkit will make sure that those services are started.
Example:
== With JUnit Integration ==
{{{
-
Field Summary
Modifier and TypeFieldDescriptionstatic CSWService
static CSWService
static CSWService
static CSWService
static CSWService
-
Constructor Summary
-
Method Summary
-
Field Details
-
LocationServer
public static CSWService LocationServer -
ConfigServer
public static CSWService ConfigServer -
EventServer
public static CSWService EventServer -
AlarmServer
public static CSWService AlarmServer -
DatabaseServer
public static CSWService DatabaseServer
-
-
Constructor Details
-
JCSWService
public JCSWService()
-