| TestKit 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.Xunit
Assembly:
Akka.TestKit.Xunit (in Akka.TestKit.Xunit.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public TestKit(
string config,
ITestOutputHelper output = null
)
new :
config : string *
?output : ITestOutputHelper
(* Defaults:
let _output = defaultArg output null
*)
-> TestKit
Parameters
- config
- Type: SystemString
The configuration to use for the system. - output (Optional)
- Type: ITestOutputHelper
TBD
See Also