Akka.TestKit.VsTest.TestKit.TestKit C# (CSharp) Метод

TestKit() публичный Метод

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 TestKit ( ActorSystem system = null ) : Akka.Actor
system ActorSystem Optional: The actor system.
Результат Akka.Actor
        public TestKit(ActorSystem system = null)
            : base(_assertions, system)
        {
            //Intentionally left blank
        }

Same methods

TestKit::TestKit ( Config config, string actorSystemName = null ) : Akka.Actor
TestKit::TestKit ( string config ) : Akka.Actor
TestKit