Skip to content

Releases: s-kerdel/ASPUnit

Fixed several issues to ensure test quality and improved test output.

08 May 12:23
Compare
Choose a tag to compare
  • 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.

07 May 08:29
Compare
Choose a tag to compare
  • 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.