Click or drag to resize
Akka.NETTestKitBase.InitializeTest 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
)

Parameters

system
Type: Akka.Actor.ActorSystem
The actor system this test will use. Can be null.
config
Type: Akka.Configuration.Config
The configuration that [!:system] will use if it's null.
actorSystemName
Type: System.String
The name that [!:system] will use if it's null.
testActorName
Type: System.String
The name of the test actor. Can be null.
See Also