Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
#3919
The following has changed in the code:
Replaced junit 4 test annotation with junit 5 test annotation in testBasicAPIUsage
Replaced junit 4 test annotation with junit 5 test annotation in testOverrideOutputWriter
Replaced junit 4 test annotation with junit 5 test annotation in testDuplicateEntry
Replaced junit 4 test annotation with junit 5 test annotation in testDuplicateFolder
Replaced junit 4 test annotation with junit 5 test annotation in testDuplicateFilePlusFolder
Replaced junit 4 test annotation with junit 5 test annotation in testAddProcessorMethodInSpoonAPI
Replaced junit 4 test annotation with junit 5 test annotation in testOutputOfSpoon
Replaced junit 4 test annotation with junit 5 test annotation in testDestinationOfSpoon
Replaced junit 4 test annotation with junit 5 test annotation in testPrintNotAllSourcesWithFilter
Replaced junit 4 test annotation with junit 5 test annotation in testPrintNotAllSourcesWithNames
Replaced junit 4 test annotation with junit 5 test annotation in testPrintNotAllSourcesInCommandLine
Replaced junit 4 test annotation with junit 5 test annotation in testInvalidateCacheOfCompiler
Replaced junit 4 test annotation with junit 5 test annotation in testSetterInNodes
Replaced junit 4 test annotation with junit 5 test annotation in testOneLinerIntro
Replaced junit 4 test annotation with junit 5 test annotation in testSourceClasspathDoesNotAcceptDotClass
Replaced junit 4 test annotation with junit 5 test annotation in testOutputDestinationHandler
Replaced junit 4 test annotation with junit 5 test annotation in testOutputDestinationHandlerWithCUFactory
Replaced junit 4 test annotation with junit 5 test annotation in testOutputWithNoOutputProduceNoFolder
Replaced junit 4 test annotation with junit 5 test annotation in testGetOneLinerMainClassFromCU
Replaced junit 4 test annotation with junit 5 test annotation in testLauncherDefaultValues
Replaced junit 4 test annotation with junit 5 test annotation in testBuildModelReturnThatTheModelIsBuilt
Replaced junit 4 test annotation with junit 5 test annotation in testProcessModelsTwice
Removed expected annotation from test method testNotValidInput
Transformed junit4 assert to junit 5 assertion in testOverrideOutputWriter
Transformed junit4 assert to junit 5 assertion in testDuplicateEntry
Transformed junit4 assert to junit 5 assertion in testDuplicateFolder
Transformed junit4 assert to junit 5 assertion in testDuplicateFilePlusFolder
Transformed junit4 assert to junit 5 assertion in testAddProcessorMethodInSpoonAPI
Transformed junit4 assert to junit 5 assertion in testOutputOfSpoon
Transformed junit4 assert to junit 5 assertion in testDestinationOfSpoon
Transformed junit4 assert to junit 5 assertion in testPrintNotAllSourcesWithFilter
Transformed junit4 assert to junit 5 assertion in testPrintNotAllSourcesWithNames
Transformed junit4 assert to junit 5 assertion in testPrintNotAllSourcesInCommandLine
Transformed junit4 assert to junit 5 assertion in testInvalidateCacheOfCompiler
Transformed junit4 assert to junit 5 assertion in testSetterInNodes
Transformed junit4 assert to junit 5 assertion in testOneLinerIntro
Transformed junit4 assert to junit 5 assertion in testSourceClasspathDoesNotAcceptDotClass
Transformed junit4 assert to junit 5 assertion in testOutputDestinationHandler
Transformed junit4 assert to junit 5 assertion in testOutputDestinationHandlerWithCUFactory
Transformed junit4 assert to junit 5 assertion in testOutputWithNoOutputProduceNoFolder
Transformed junit4 assert to junit 5 assertion in testGetOneLinerMainClassFromCU
Transformed junit4 assert to junit 5 assertion in testLauncherDefaultValues
Transformed junit4 assert to junit 5 assertion in testBuildModelReturnThatTheModelIsBuilt
Transformed junit4 assert to junit 5 assertion in testProcessModelsTwice
Replaced assertTrue checking equals with assertEquals
Replaced junit 4 test annotation with junit 5 test annotation in testNotValidInput