LocationTestKit

csw.testkit.LocationTestKit
See theLocationTestKit companion class

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply(testKitSettings: TestKitSettings, enableAuth: Boolean): LocationTestKit

Create a LocationTestKit

Create a LocationTestKit

When the test has completed you should shutdown the location server with LocationTestKit#shutdownLocationServer.

Attributes

Java API for creating LocationTestKit

Java API for creating LocationTestKit

Attributes

Returns

handle to LocationTestKit which can be used to start and stop location server

def create(testKitSettings: TestKitSettings): LocationTestKit

Java API for creating LocationTestKit

Java API for creating LocationTestKit

Value parameters

testKitSettings

custom testKitSettings

Attributes

Returns

handle to LocationTestKit which can be used to start and stop location server

def withAuth(config: Config): LocationTestKit

Create a LocationTestKit

Create a LocationTestKit

When the test has completed you should shutdown the location server with LocationTestKit#shutdownLocationServer.

Attributes