aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/javassist/compiler
Commit message (Collapse)AuthorAgeFilesLines
* line numbers for undefined ids & moreakuznetsov2023-12-291-2/+2
|
* Squash compiler warnings in tests.nickl-2017-10-301-0/+1
| | | | | | | | With the unit tests warnings were squashed by suppressing them with SuppressWarnings annotations, instead of reparing the issues as was done with the source. Reasons being... * The tests might be relying on the types as they were defined. * If the tests were written to test against the correct forms they would've/should've stipulated those. * Even unused members might be important to tests so we attempt to change as little as possible.
* Upgrade junit from ver 3 to 4.nickl-2017-10-271-6/+0
| | | | | | | | | 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.
* JvstTest test case.chiba2011-08-314-0/+215
git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@589 30ef5769-5b8d-40dd-aea6-55b5d6557bb3