Skip to content

Releases: AJARProject/AJ_Tools_UnitTest

2.2.0

29 Jan 23:38
Compare
Choose a tag to compare
  • Feature: Add a button in the web view to open the test method
  • Add the calling method in the assertion when something is wrong in the assert method (missing parameter(s)).
  • Implement a visual feedback for the results listbox.
    The text is red and bold for failing tests and green for passing tests.

2.1.0

15 Dec 12:30
Compare
Choose a tag to compare
  • Add an id for a test assert.
    By default it start from 1 for each new test case.
    You can pass any number or text
    it will be displayed in the result after "#"
  • Add a feature in the display result to see a diff of the expected and actual.
    This will help to identify where is the difference when the output is big (object, collection or long text)

2.0.3

10 Dec 11:53
Compare
Choose a tag to compare
  • Fix a display issue on Windows for the test results