• Home
Name Date Size #Lines LOC

..--

annotation/03-May-2024-3631

javassist/03-May-2024-8,5877,233

resources/03-May-2024-1712

scoped/03-May-2024-524286

test/javassist/03-May-2024-2,1971,718

test1/03-May-2024-1,234926

test2/03-May-2024-601455

test3/03-May-2024-31,46031,232

test4/03-May-2024-992792

test5/03-May-2024-402307

testproxy/03-May-2024-883670

DefineClassCapability.javaD03-May-2024109 62

Jassist150.javaD03-May-20244.5 KiB112103

Readme.txtD03-May-2024361 1912

Test.javaD03-May-20242 KiB5640

VisibleTop.javaD03-May-2024134 87

VisibleTop2.javaD03-May-2024135 87

Readme.txt

1# How to run tests
2
3Requirements:
4Java JDK 9
5Maven
6
71) Build jar file and move it to the top level folder.
8
9    > mvn package
10    > mv ./target/javassist*-GA.jar ./javaassist.jar
11
122) Check that ./src/test/javassist/JvstTestRoot.PATH and .JAR_PATH point to the compiled jar file.
13   The default is "../../".
14
153) Run Tests
16
17    > mvn test
18    > mvn surefire:test
19