您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
wuwen 784a7c1ef9 fixes GitHub Issue 462 (Internal class issues in the Java 21) 8 个月前
..
annotation JvstTest test case. 12 年前
javassist fixes GitHub Issue 462 (Internal class issues in the Java 21) 7 个月前
resources fixes GitHub Issue 462 (Internal class issues in the Java 21) 7 个月前
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 adds CtBehavior#insertAfter(String,boolean,boolean) for Issue #275 4 年前
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