Releases: IntelliTect/TestTools.TestFramework
Releases · IntelliTect/TestTools.TestFramework
v2.1.0
What's Changed
- Fix async finally block bug by @PandaMagnus in #82
- Changes to handling test passing and exceptions by @PandaMagnus in #83
Full Changelog: v2.0.0...v2.1.0
What's Changed
- Fix async finally block bug by @PandaMagnus in #82
- Changes to handling test passing and exceptions by @PandaMagnus in #83
Full Changelog: v2.0.0...v2.1.0
Version 2.0.0
What's Changed
- Implement async blocks (NOTE: Technically backwards compatible but could have unintended consequences in certain situations.)
- Wire up multiple return values using "BlockData" objects
Full Changelog: v1.3.0...v2.0.0
v1.3.0
What's Changed
- Support async test blocks by @PandaMagnus in #51
- Upgrade net version and additional readme updates by @PandaMagnus in #55
- Update readme by @PandaMagnus in #52
Full Changelog: 1.2.2...v1.3.0
Quality of life updates
Moving from Azure DevOps. Updates include renaming Log to DebugLogger for clarity, and a basic implementation of ITestBlock.