Click or drag to resize
Akka.NETTestKit Constructor
Overload List
  NameDescription
Public methodTestKit(String, ITestOutputHelper)
Create a new instance of the TestKit for xUnit class. A new system with the specified configuration will be created.
Public methodTestKit(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.
Public methodTestKit(Config, String, ITestOutputHelper)
Create a new instance of the TestKit for xUnit class. A new system with the specified configuration will be created.
Top
See Also