Releases: AJARProject/AJ_Tools_UnitTest
Releases · AJARProject/AJ_Tools_UnitTest
2.2.0
- 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
- 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)