Akka.TestKit.NUnit.TestKit.AfterAll C# (CSharp) Méthode

AfterAll() protected méthode

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