| TestProbe 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
)
new :
system : ActorSystem *
assertions : ITestKitAssertions *
?testProbeName : string
(* Defaults:
let _testProbeName = defaultArg testProbeName null
*)
-> TestProbe
Parameters
- system
- Type: Akka.ActorActorSystem
TBD - assertions
- Type: Akka.TestKitITestKitAssertions
TBD - testProbeName (Optional)
- Type: SystemString
TBD
See Also