  | TestKitBase Constructor (ITestKitAssertions, Config, String, String) | 
 
            Create a new instance of the 
TestKitBase class.
            A new system with the specified configuration will be created.
            
 
    Namespace: 
   Akka.TestKit
    Assembly:
   Akka.TestKit (in Akka.TestKit.dll) Version: 1.2.3.42 (1.2.3.42)
Syntaxprotected TestKitBase(
	ITestKitAssertions assertions,
	Config config,
	string actorSystemName = null,
	string testActorName = null
)
new : 
        assertions : ITestKitAssertions * 
        config : Config * 
        ?actorSystemName : string * 
        ?testActorName : string 
(* Defaults:
        let _actorSystemName = defaultArg actorSystemName null
        let _testActorName = defaultArg testActorName null
*)
-> TestKitBaseParameters
- assertions
 - Type: Akka.TestKitITestKitAssertions
TBD - config
 - Type: Akka.ConfigurationConfig
The configuration to use for the system. - actorSystemName (Optional)
 - Type: SystemString
TBD - testActorName (Optional)
 - Type: SystemString
Optional: The name of the TestActor. 
Exceptions
See Also