gumtree-spoon-ast-diff
gumtree-spoon-ast-diff copied to clipboard
Migrate test suite to JUnit5
Same rationale as https://github.com/INRIA/spoon/issues/3919#issue-887351734 behind this issue.
We can use laughing-train (@MartinWitt's initiative) to transform the imports and their uses. For more thorough use of Junit5, we can combine some tests using @Nested
. For example, https://github.com/SpoonLabs/gumtree-spoon-ast-diff/blob/master/src/test/java/gumtree/spoon/diff/DiffTest.java#L203-L231.
How to use laughing-train
Refer to the comment here.