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 4c998e0e31 updates testJIRA150 since it sometimes fails hace 2 semanas
..
annotation JvstTest test case. hace 12 años
javassist updates testJIRA150 since it sometimes fails hace 2 semanas
resources fixes GitHub Issue 462 (Internal class issues in the Java 21) hace 6 meses
scoped Fixes to javassist.scopepool hace 6 años
test/javassist fix CodeConverter.replaceArrayAccess leads to java.util.ConcurrentModificationException hace 4 años
test1 changes CtClass#toClass() and ClassPool#toClass() etc. to support Java 11, hace 5 años
test2 changes test code because package java.rmi.activation.ActivationGroupDesc does not exist any longer. hace 2 años
test3 add a new CodeConverter method:redirectMethodCallToStatic hace 5 años
test4 support bootstrap method coping when using code coping hace 4 meses
test5 adds CtBehavior#insertAfter(String,boolean,boolean) for Issue #275 hace 4 años
testproxy Squash compiler warnings in tests. hace 6 años
DefineClassCapability.java changes CtClass#toClass() and ClassPool#toClass() etc. to support Java 11, hace 5 años
Jassist150.java Squash compiler warnings in tests. hace 6 años
Readme.txt Add missing unit test hace 6 años
Test.java fixed Issue #263 hace 4 años
VisibleTop.java Squash compiler warnings in tests. hace 6 años
VisibleTop2.java Squash compiler warnings in tests. hace 6 años

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