Skip to content

1.4.0

Latest
Compare
Choose a tag to compare
@rjrudin rjrudin released this 08 Sep 18:18
· 8 commits to master since this release
4681ba2

This minor release addresses the following items:

  • #14 assert-same-values now works for JSON arrays (though the arrays must have simple values of the same type).
  • #77 TestManager now has methods for selecting a subset of suites and tests to run. ml-gradle 4.6.0 will utilize this via its mlUnitTest task.
  • #87 test:get-test-data-path was extracted and made public to allow for test developers to easily query for test data URIs.
  • #112 test:assert-true now correctly fails for values of null, 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".