| TestKitBase Constructor (ITestKitAssertions, ActorSystem, String) |
Create a new instance of the
TestKitBase class.
If no
system is passed in, a new system
with
DefaultConfig will be created.
Namespace:
Akka.TestKit
Assembly:
Akka.TestKit (in Akka.TestKit.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax protected TestKitBase(
ITestKitAssertions assertions,
ActorSystem system = null,
string testActorName = null
)
new :
assertions : ITestKitAssertions *
?system : ActorSystem *
?testActorName : string
(* Defaults:
let _system = defaultArg system null
let _testActorName = defaultArg testActorName null
*)
-> TestKitBase
Parameters
- assertions
- Type: Akka.TestKitITestKitAssertions
The framework-specific assertion tools. - system (Optional)
- Type: Akka.ActorActorSystem
Optional: The actor system. - testActorName (Optional)
- Type: SystemString
Optional: The name of the TestActor.
Exceptions See Also