Package csw.testkit
Class LocationTestKit$
java.lang.Object
csw.testkit.LocationTestKit$
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final LocationTestKit$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapply(TestKitSettings testKitSettings, boolean enableAuth) Create a LocationTestKitcreate()Java API for creating LocationTestKitcreate(TestKitSettings testKitSettings) Java API for creating LocationTestKitwithAuth(com.typesafe.config.Config config) Create a LocationTestKit
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
LocationTestKit$
public LocationTestKit$()
-
-
Method Details
-
apply
Create a LocationTestKitWhen the test has completed you should shutdown the location server with
LocationTestKit.shutdownLocationServer().- Parameters:
testKitSettings- (undocumented)enableAuth- (undocumented)- Returns:
- (undocumented)
-
withAuth
Create a LocationTestKitWhen the test has completed you should shutdown the location server with
LocationTestKit.shutdownLocationServer().- Parameters:
config- (undocumented)- Returns:
- (undocumented)
-
create
Java API for creating LocationTestKit- Returns:
- handle to LocationTestKit which can be used to start and stop location server
-
create
Java API for creating LocationTestKit- Parameters:
testKitSettings- custom testKitSettings- Returns:
- handle to LocationTestKit which can be used to start and stop location server
-