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