Click or drag to resize
Akka.NETTestProbe Constructor
TBD

Namespace:  Akka.TestKit
Assembly:  Akka.TestKit (in Akka.TestKit.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public TestProbe(
	ActorSystem system,
	ITestKitAssertions assertions,
	string testProbeName = null
)

Parameters

system
Type: Akka.ActorActorSystem
TBD
assertions
Type: Akka.TestKitITestKitAssertions
TBD
testProbeName (Optional)
Type: SystemString
TBD
See Also