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();
        }