1.4.0
This minor release addresses the following items:
- #14
assert-same-valuesnow works for JSON arrays (though the arrays must have simple values of the same type). - #77
TestManagernow has methods for selecting a subset of suites and tests to run. ml-gradle 4.6.0 will utilize this via itsmlUnitTesttask. - #87
test:get-test-data-pathwas extracted and made public to allow for test developers to easily query for test data URIs. - #112
test:assert-truenow correctly fails for values ofnull,undefined, and an empty sequence. - #180 The labels in the test runner user interface were improved to be more accurate; "Total Test Count" is now "Test Cases" and "Tests Run" is "Assertions".