This release is primarily to support multiple [Scenario]
attributes for Kekiri.NUnit
. For NUnit users, it is a breaking change as the extension model used to be to extend : Scenario
. Now, a test fixture should extend : Scenarios
and have 1 or more [Scenario]
methods.
There are no breaking changes for Xunit users, nor any breaking changes for IoC. These packages have only been "refreshed" to align on the latest core Kekiri
assembly (5.0.0), as well as to update to latest external dependencies.
Kekiri
(5.0.0)
- NUnit and Xunit now have identical usage models (support multiple
[Scenario]
s, etc).
Kekiri.IoC.Autofac
(4.1.0)
- Update dependencies
Kekiri.Xunit
(1.2.0)
- Update dependencies
Kekiri.NUnit
(2.0.0)
- NUnit and Xunit now have identical usage models (support multiple
[Scenario]
s, etc).