ConfigTestKit

csw.testkit.ConfigTestKit
See theConfigTestKit companion class
object ConfigTestKit

Attributes

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

Members list

Value members

Concrete methods

def apply(actorSystem: ActorSystem[Command], serverConfig: Option[Config], testKitSettings: TestKitSettings): ConfigTestKit

Create a ConfigTestKit

Create a ConfigTestKit

When the test has completed you should shutdown the config server with ConfigTestKit#shutdownConfigServer.

Attributes

def create(actorSystem: ActorSystem[Command]): ConfigTestKit

Java API for creating ConfigTestKit

Java API for creating ConfigTestKit

Attributes

Returns

handle to ConfigTestKit which can be used to start and stop config server

def create(serverConfig: Config): ConfigTestKit

Java API for creating ConfigTestKit

Java API for creating ConfigTestKit

Value parameters

serverConfig

custom configuration with which to start config server

Attributes

Returns

handle to ConfigTestKit which can be used to start and stop config server

def create(testKitSettings: TestKitSettings): ConfigTestKit

Java API for creating ConfigTestKit

Java API for creating ConfigTestKit

Value parameters

testKitSettings

custom testKitSettings

Attributes

Returns

handle to ConfigTestKit which can be used to start and stop config server

def create(serverConfig: Config, testKitSettings: TestKitSettings): ConfigTestKit

Java API for creating ConfigTestKit

Java API for creating ConfigTestKit

Value parameters

serverConfig

custom configuration with which to start config server

testKitSettings

custom testKitSettings

Attributes

Returns

handle to ConfigTestKit which can be used to start and stop config server