- 07 Oct, 2017 19 commits
-
-
Eric Bruneton authored
-
Eric Bruneton authored
Delete AbstractTest and refactor the last test using it. See merge request !41
-
Eric Bruneton authored
Remove dependencies between test packages. See merge request !42
-
Eric Bruneton authored
-
Eric Bruneton authored
Also remove a dependency from AsmTest to Opcodes to enable a multi-project layout.
-
Eric Bruneton authored
-
Eric Bruneton authored
-
Eric Bruneton authored
-
Eric Bruneton authored
Refactor the unit tests to use JUnit 4 annotations. See merge request !37
-
Eric Bruneton authored
-
Eric Bruneton authored
Also add more tests to check that the computed intermediate frames pass bytecode verification.
-
Eric Bruneton authored
-
Eric Bruneton authored
Also fix bugs found with these new tests.
-
Eric Bruneton authored
Also remove the dependency from AnalyzerUnitTest to ClassWriterComputeMaxUnitTest (by duplicating some code; this will be needed to use a multi-project layout).
-
Eric Bruneton authored
-
Eric Bruneton authored
Refactor AnnotationsTest to use AsmTest. See merge request !33
-
Eric Bruneton authored
-
Eric Bruneton authored
Refactor SerialVersionUIDAdderTest to use AsmTest. See merge request !35
-
Eric Bruneton authored
Move the [Code]Comment classes and remove the generated test cases. See merge request !32
-
- 06 Oct, 2017 4 commits
-
-
Eric Bruneton authored
-
Eric Bruneton authored
-
Eric Bruneton authored
-
Eric Bruneton authored
-
- 05 Oct, 2017 3 commits
-
-
Eric Bruneton authored
-
Eric Bruneton authored
Move the test methods from ClassWriterComputeFramesUnitTest to the precompiled classes. See merge request !18
-
Eric Bruneton authored
Remove jbet and BCEL modified verifier tests See merge request !31
-
- 04 Oct, 2017 9 commits
-
-
Eric Bruneton authored
-
Eric Bruneton authored
-
Eric Bruneton authored
-
Eric Bruneton authored
Remove jbet (no longer available) and BCEL modified verifier tests (do not work, out of memory errors).
-
Remi Forax authored
Use assertEquals instead of hamcrest.core.text which is not present in Eclipse distribution of JUnit 4 See merge request !30
-
Remi Forax authored
data() return ArrayList instead of List and Enum.values() return a fresh array at each call so it should be call once See merge request !29
-
Eric Bruneton authored
Split the signature files per jar, to prepare for a new, Maven-like project layout. See merge request !28
-
Remi Forax authored
Eclipse distribution of JUnit 4
-
Remi Forax authored
array at each call so it should be call once
-
- 03 Oct, 2017 5 commits
-
-
Eric Bruneton authored
-
Eric Bruneton authored
Improve the code of the bnd plugin and add an 'in-place' option for the retrofitter. See merge request !27
-
Eric Bruneton authored
-
Eric Bruneton authored
FrameNode and InvokeDynamicInsnNode are actually ok with ASM4. However, ParameterNode is not.
-
Eric Bruneton authored
-