You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// <summary>/// This method is called after each test finishes, which calls/// into the AfterAll method./// </summary>[TearDown]publicvoidShutDownActorSystemOnTearDown(){_isFirstRun=false;AfterAll();}
The text was updated successfully, but these errors were encountered:
Hi,
Why isn't it possible to perform
CleanUp
automatically forVsTest TestKit
?Something like this:
As I can see you made such auto-cleanup for
NUnit TestKit
.https://github.com/akkadotnet/Akka.TestKit.Nunit/blob/aaf60bf02ae7936861334c5f874c5a320c81e242/src/Akka.TestKit.NUnit/TestKit.cs#L80-L89
The text was updated successfully, but these errors were encountered: