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
nunit 3.13 added [FixtureLifeCycle(LifeCycle.InstancePerTestCase)] which should obviate the need for code bombing when an ActorSystem is provided to the TestKit constructor.
Describe the bug
Unable to specify ActorSystem in TestKit constructor
nunit 3.13 added
[FixtureLifeCycle(LifeCycle.InstancePerTestCase)]
which should obviate the need for code bombing when anActorSystem
is provided to theTestKit
constructor.Describe the bug
ActorSystem
inTestKit
constructorTo Reproduce
TestKit
with anActorSystem
See: akkadotnet/akka.net#1092
The text was updated successfully, but these errors were encountered: