Releases: s-kerdel/ASPUnit
Releases · s-kerdel/ASPUnit
Fixed several issues to ensure test quality and improved test output.
- Improved ability to track errors by reporting TypeName and values for failing tests.
- Fixed an issue causing Equal and NotEqual assertions to pass with a failed test.
- Added StrictEqual assertion method to ensure the types of variables match.
- Added InstanceOf assertion method to compare by TypeName.
- Minor changes and fixes to the test overview.
Implement multiple assertions per unit and multidimensional dictionary comparison.
Pre-release
- Multiple assertions can now be made in each test.
- Added assertion for dictionaries with multidimensional information.
- Crash details are now shown for failed tests.
- Modified includes to not depend on IIS virtual application.
- Fix strange behavior on clicking show/hide icon.
- IIS version different from EN translates output.