]> source.dussan.org Git - javassist.git/commit
Upgrade junit from ver 3 to 4. 157/head
authornickl- <github@jigsoft.co.za>
Wed, 25 Oct 2017 22:33:39 +0000 (00:33 +0200)
committernickl- <github@jigsoft.co.za>
Fri, 27 Oct 2017 15:40:48 +0000 (17:40 +0200)
commitce84f84a174b279ee3e8a38446ea3a1f23bf8287
tree84c9d3258afa98cafe34c57dccc9a7c946d0e92a
parent7ef0947b75ed935d45923cb00a93a52717c7c6ed
Upgrade junit from ver 3 to 4.

There were minimal changes:
Some tests had their own runners these were discontinued as IDEs/maven run the tests anyway.
Removed the main methods for these.
2 tests were dependent on the running order so added the test sorter.

All tests succeed on junit 4 with legacy support.
pom.xml
src/test/javassist/Bench.java
src/test/javassist/JvstTest2.java
src/test/javassist/JvstTest4.java
src/test/javassist/bytecode/BytecodeTest.java
src/test/javassist/compiler/CompTest.java