Click or drag to resize
Akka.NETTestKit Constructor (Config, String, ITestOutputHelper)
Create a new instance of the TestKit for xUnit class. A new system with the specified configuration will be created.

Namespace:  Akka.TestKit.Xunit2
Assembly:  Akka.TestKit.Xunit2 (in Akka.TestKit.Xunit2.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public TestKit(
	Config config,
	string actorSystemName = null,
	ITestOutputHelper output = null
)

Parameters

config
Type: Akka.ConfigurationConfig
The configuration to use for the system.
actorSystemName (Optional)
Type: SystemString
Optional: the name of the system. Default: "test"
output (Optional)
Type: ITestOutputHelper
TBD
See Also