Click or drag to resize
Akka.NETTestKitBaseInitializeTest Method
Initializes the TestState for a new spec.

Namespace:  Akka.TestKit
Assembly:  Akka.TestKit (in Akka.TestKit.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
protected void InitializeTest(
	ActorSystem system,
	Config config,
	string actorSystemName,
	string testActorName
)

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