WALA/com.ibm.wala.cast.js.rhino....
Ben Liblit 53f99a359b Update expected exception when test assertions fail
We used to use junit.framework.Assert for test assertions, and that
class reports failures by throwing
junit.framework.AssertionFailedError.  However, junit.framework.Assert
is obsoleted by org.junit.Assert, and we've already replaced the
former with the latter.  org.junit.Assert reports failures by throwing
java.lang.AssertionError, so that's what we need to expect in our
testing infrastructure.
2017-03-17 21:52:47 -05:00
..
.settings Merge branch 'master' into warning-fixes-xml-validation 2016-11-29 10:08:00 -06:00
META-INF switch version to 1.3.10-SNAPSHOT 2016-05-10 22:53:28 +09:00
harness-src/com/ibm/wala/cast/js Update expected exception when test assertions fail 2017-03-17 21:52:47 -05:00
launchers use execution environment to specify JRE 2015-08-06 13:25:55 -07:00
.classpath more metadata 2015-03-24 22:41:42 -04:00
.gitignore update ignores 2013-04-10 10:42:33 -07:00
.project rhino-specific portions of java script analysis tests 2009-07-16 18:00:08 +00:00
build.properties more metadata 2015-03-24 22:41:42 -04:00
pom.xml switch version to 1.3.10-SNAPSHOT 2016-05-10 22:53:28 +09:00