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.
Adahel 072772373e Issue-#430 added CtBehavior#insertAfterLocalVariable method 1 년 전
..
annotation JvstTest test case. 12 년 전
javassist Issue-#430 added CtBehavior#insertAfterLocalVariable method 1 년 전
resources fixes a minor bug in a test case. 6 년 전
scoped Fixes to javassist.scopepool 6 년 전
test/javassist fix CodeConverter.replaceArrayAccess leads to java.util.ConcurrentModificationException 4 년 전
test1 changes CtClass#toClass() and ClassPool#toClass() etc. to support Java 11, 5 년 전
test2 changes test code because package java.rmi.activation.ActivationGroupDesc does not exist any longer. 2 년 전
test3 add a new CodeConverter method:redirectMethodCallToStatic 5 년 전
test4 changes CtClass#toClass() and ClassPool#toClass() etc. to support Java 11, 5 년 전
test5 Issue-#430 added CtBehavior#insertAfterLocalVariable method 1 년 전
testproxy Squash compiler warnings in tests. 6 년 전
DefineClassCapability.java changes CtClass#toClass() and ClassPool#toClass() etc. to support Java 11, 5 년 전
Jassist150.java Squash compiler warnings in tests. 6 년 전
Readme.txt Add missing unit test 6 년 전
Test.java fixed Issue #263 4 년 전
VisibleTop.java Squash compiler warnings in tests. 6 년 전
VisibleTop2.java Squash compiler warnings in tests. 6 년 전

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