Click or drag to resize
Akka.NETTestKit Constructor (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(
	string config,
	ITestOutputHelper output = null
)

Parameters

config
Type: SystemString
The configuration to use for the system.
output (Optional)
Type: ITestOutputHelper
TBD
See Also