選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
shifujun c85bc4f090 add a new CodeConverter method:redirectMethodCallToStatic 5年前
..
annotation JvstTest test case. 12年前
javassist add a new CodeConverter method:redirectMethodCallToStatic 5年前
resources fixes a minor bug in a test case. 6年前
scoped Fixes to javassist.scopepool 6年前
test/javassist changes CtClass#toClass() and ClassPool#toClass() etc. to support Java 11, 5年前
test1 changes CtClass#toClass() and ClassPool#toClass() etc. to support Java 11, 5年前
test2 changes CtClass#toClass() and ClassPool#toClass() etc. to support Java 11, 5年前
test3 add a new CodeConverter method:redirectMethodCallToStatic 5年前
test4 changes CtClass#toClass() and ClassPool#toClass() etc. to support Java 11, 5年前
test5 fixes the bug reported in Issue #241. 5年前
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 Squash compiler warnings in tests. 6年前
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