- Bump
Akka.TestKit
to 1.5.30
- Bump
Akka.TestKit
to 1.5.28 - Bump
NUnit3TestAdapter
to 4.6.0 - Add
NUnit.Analyzers
version 4.3.0 to ensure we follow NUnit best practices. - Add support for NUnit 4.2.2 in addition to NUnit 3.
Akka.TestKit.NUnit
targets NUnit 4, whileAkka.TestKit.NUnit3
targets NUnit 3.
- Bump Akka.TestKit to 1.5.24 (#124)
- Bump NUnit3TestAdapter to 4.5.0 (#97)
- Bump NUnit to 3.14.0 (#116)
- Support for Akka 1.4.39
- Support for NUnit 3.13.3
- Now targets
netstandard2.0
- All
TestKit
classes now implement[FixtureLifeCycle(LifeCycle.InstancePerTestCase)]
which guarantees a uniqueActorSystem
instance per-run. All previous TestKit hacks needed to support this are now removed. See #44 for details.