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.
chibash 8f4788e090 fixed Issue #263 пре 4 година
..
annotation JvstTest test case. пре 12 година
javassist fixed Issue #263 пре 4 година
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 Fix #252 make instrumentation works on JDK11 for the inner class which has access to the private constructor of the host class пре 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 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