| TestKitBaseInitializeTest Method |
Initializes the TestState for a new spec.
Namespace:
Akka.TestKit
Assembly:
Akka.TestKit (in Akka.TestKit.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax protected void InitializeTest(
ActorSystem system,
Config config,
string actorSystemName,
string testActorName
)
member InitializeTest :
system : ActorSystem *
config : Config *
actorSystemName : string *
testActorName : string -> unit
Parameters
- system
- Type: Akka.ActorActorSystem
The actor system this test will use. Can be null. - config
- Type: Akka.ConfigurationConfig
The configuration that [!:system] will use if it's null. - actorSystemName
- Type: SystemString
The name that [!:system] will use if it's null. - testActorName
- Type: SystemString
The name of the test actor. Can be null.
See Also