gumtree-spoon-ast-diff icon indicating copy to clipboard operation
gumtree-spoon-ast-diff copied to clipboard

Migrate test suite to JUnit5

Open algomaster99 opened this issue 3 years ago • 0 comments

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.

algomaster99 avatar Jan 14 '22 15:01 algomaster99