Both in SDK 6.4.2 and 7.1.0 the following tests should fail (throw an AssertException) but they PASS:
(:test)
function barAssertTest(logger as Logger) as Boolean {
var expected = "FOO";
var actual = "BAR";
Test.assert(expected.equals(actual...