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.Xunit2
Assembly:  Akka.TestKit.Xunit2 (in Akka.TestKit.Xunit2.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
protected virtual void AfterAll()
See Also