Click or drag to resize
Akka.NETTestKitAfterAll Method
This method is called when a test ends.
Remarks
If you override this, make sure you either call base.AfterTest() or TestKitBase.Shutdown to shut down the system. Otherwise you'll leak memory.

Namespace:  Akka.TestKit.Xunit
Assembly:  Akka.TestKit.Xunit (in Akka.TestKit.Xunit.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
protected virtual void AfterAll()
See Also