- Bump
Akka.TestKitto 1.5.34
- Safer formatting of assertion messages
- Bump
NUnitto 4.3.2 - Bump
NUnit.Analyzersto 4.5.0 - Bump
Akka.TestKitto 1.5.33
- Bump
Akka.TestKitto 1.5.32 - Bump
NUnit3TestAdapterto 4.6.0 - Add
NUnit.Analyzersversion 4.3.0 to ensure we follow NUnit best practices. - Add support for NUnit 4.2.2
Akka.TestKit.NUnit3 package is now deprecated, Akka.TestKit.NUnit will support NUnit 4 from now on.
- 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
TestKitclasses now implement[FixtureLifeCycle(LifeCycle.InstancePerTestCase)]which guarantees a uniqueActorSysteminstance per-run. All previous TestKit hacks needed to support this are now removed. See #44 for details.