| TestKitAfterAll 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.129 (1.2.3.129)
Syntax protected virtual void AfterAll()
abstract AfterAll : unit -> unit
override AfterAll : unit -> unit
See Also