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

AfterAll() защищенный Метод

This method is called when a test ends. If you override this, make sure you either call base.AfterTest() or TestKitBase.Shutdown to shut down the system. Otherwise you'll leak memory.
protected AfterAll ( ) : void
Результат void
        protected virtual void AfterAll()
        {
            Shutdown();
        }