You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Christian Melchior 9fe7b3287d Cleanup 6 years ago
..
annotation JvstTest test case. 12 years ago
javassist Merge branch 'master' into cm/bug/classpath-close 6 years ago
resources Cleanup 6 years ago
test/javassist Squash compiler warnings in tests. 6 years ago
test1 Squash compiler warnings in tests. 6 years ago
test2 Squash compiler warnings in tests. 6 years ago
test3 Squash compiler warnings in tests. 6 years ago
test4 Added default serialVersionUID. 6 years ago
test5 modifies CtClass#setModifiers() to correctly support inner classes. 7 years ago
testproxy Squash compiler warnings in tests. 6 years ago
Jassist150.java Squash compiler warnings in tests. 6 years ago
Readme.txt Cleanup 6 years ago
Test.java Squash compiler warnings in tests. 6 years ago
VisibleTop.java Squash compiler warnings in tests. 6 years ago
VisibleTop2.java Squash compiler warnings in tests. 6 years ago

Readme.txt

# How to run tests

Requirements:
Java JDK 9
Maven

1) Build jar file and move it to the top level folder.

> mvn package
> mv ./target/javassist*-GA.jar ./javaassist.jar

2) Check that ./src/test/javassist/JvstTestRoot.PATH and .JAR_PATH point to the compiled jar file.
The default is "../".

3) Run Tests

> mvn test
> mvn surefire:test