| TestKit Constructor |
| Name | Description | |
|---|---|---|
| TestKit(String, ITestOutputHelper) |
Create a new instance of the TestKit for xUnit class.
A new system with the specified configuration will be created.
| |
| TestKit(ActorSystem, ITestOutputHelper) |
Create a new instance of the TestKit for xUnit class.
If no system is passed in, a new system
with DefaultConfig will be created.
| |
| TestKit(Config, String, ITestOutputHelper) |
Create a new instance of the TestKit for xUnit class.
A new system with the specified configuration will be created.
|