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

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

Create a new instance of the TestKit for NUnit class. If no system is passed in, a new system with DefaultConfig will be created.
public TestKit ( ActorSystem system = null ) : System
system ActorSystem Optional: The actor system.
Результат System
        public TestKit(ActorSystem system = null)
            : base(_assertions, system)
        {
            if(system != null)
                throw new NotSupportedException("Due to the way NUnit works, providing an ActorSystem is not supported.  For further details please see https://github.com/akkadotnet/akka.net/pull/1092");
        }

Same methods

TestKit::TestKit ( Config config, string actorSystemName = null ) : System
TestKit::TestKit ( string config ) : System