Click or drag to resize
Akka.NETTestKitBase 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)
Syntax
protected TestKitBase(
	ITestKitAssertions assertions,
	Config config,
	string actorSystemName = null,
	string testActorName = null
)

Parameters

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
ExceptionCondition
ArgumentNullException This exception is thrown when the given assertions is undefined.
See Also