Click or drag to resize
Akka.NETTestKitBase Constructor
Overload List
  NameDescription
Protected methodTestKitBase(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.
Protected methodTestKitBase(ITestKitAssertions, Config, String, String)
Create a new instance of the TestKitBase class. A new system with the specified configuration will be created.
Top
See Also