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.
Shigeru Chiba bad4a16db3
Merge pull request #267 from sam-ma/master
преди 4 години
..
annotation JvstTest test case. преди 13 години
javassist Merge pull request #267 from sam-ma/master преди 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 #265 javassist.CannotCompileException: [source error] the called constructor is private преди 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