Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
chibash 6320bc4e14 changes CtClass#toClass() and ClassPool#toClass() etc. to support Java 11, il y a 5 ans
..
annotation JvstTest test case. il y a 12 ans
javassist changes CtClass#toClass() and ClassPool#toClass() etc. to support Java 11, il y a 5 ans
resources fixes a minor bug in a test case. il y a 6 ans
scoped Fixes to javassist.scopepool il y a 6 ans
test/javassist changes CtClass#toClass() and ClassPool#toClass() etc. to support Java 11, il y a 5 ans
test1 changes CtClass#toClass() and ClassPool#toClass() etc. to support Java 11, il y a 5 ans
test2 changes CtClass#toClass() and ClassPool#toClass() etc. to support Java 11, il y a 5 ans
test3 changes CtClass#toClass() and ClassPool#toClass() etc. to support Java 11, il y a 5 ans
test4 changes CtClass#toClass() and ClassPool#toClass() etc. to support Java 11, il y a 5 ans
test5 changes CtClass#toClass() and ClassPool#toClass() etc. to support Java 11, il y a 5 ans
testproxy Squash compiler warnings in tests. il y a 6 ans
DefineClassCapability.java changes CtClass#toClass() and ClassPool#toClass() etc. to support Java 11, il y a 5 ans
Jassist150.java Squash compiler warnings in tests. il y a 6 ans
Readme.txt Add missing unit test il y a 6 ans
Test.java Squash compiler warnings in tests. il y a 6 ans
VisibleTop.java Squash compiler warnings in tests. il y a 6 ans
VisibleTop2.java Squash compiler warnings in tests. il y a 6 ans

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