Akka.TestKit.NUnit.TestKit.AfterAll C# (CSharp) Method

AfterAll() protected method

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
return void
        protected virtual void AfterAll()
        {
            Shutdown();
        }