Skip to content

Releases: TryAtSoftware/CleanTests

v1.2.0: .NET 10

05 Jun 20:25
00a7de3

Choose a tag to compare

What's Changed

Full Changelog: v1.1.1...v1.2.0

v1.1.1: Fix unfulfillable demands handling & Allow multiple `CleanUtility` attributes per class

05 Jun 19:35
cc27eb6

Choose a tag to compare

What's Changed

  • Fixed test case generation in cases of unfulfillable demands by @TonyTroeff in #89
  • Allow multiple [CleanUtility(...)] annotations per class by @TonyTroeff in #88

Full Changelog: v1.1.0...v1.1.1

v1.1.0: Implement outer demands

03 Sep 19:23
edfbe3b

Choose a tag to compare

What's Changed

Full Changelog: v1.0.2...v1.1.0

v1.0.2: Fix issues with multi-layer dependencies

19 Jun 13:51
520487e

Choose a tag to compare

What's Changed

Full Changelog: v1.0.1...v1.0.2

v1.0.1: Upgraded `TryAtSoftware.*` packages to latest

16 Jun 08:25
f617976

Choose a tag to compare

What's Changed

  • Upgraded the TryAtSoftware.* packages to latest by @TonyTroeff in #64

Full Changelog: v1.0.0...v1.0.1

v1.0.0: Initial release

14 Jun 12:44
fdb00bd

Choose a tag to compare

This is the initial release of TryAtSoftware.CleanTests! 🎉

This version of the packages introduces its core features:

  • Generation and execution of automated test cases
  • Dependencies management
  • Conditional combinability
  • Inversion of control
  • Context sharing
  • Generic tests
  • Exposed mechanisms to configure the generation and execution processes

Full Changelog: https://github.com/TryAtSoftware/CleanTests/commits/v1.0.0