feat: Migrate cat.ddk.xtext.ui.test to Junit5#1191
Conversation
removed junit4 dependencies removed dependency to DiscerningSuite. Once we migrate the DiscerningSuite to Junit5 we can use it again here
91c414a to
635ecdc
Compare
| import org.junit.platform.suite.api.SelectClasses; | ||
| import org.junit.platform.suite.api.Suite; | ||
|
|
||
| import com.avaloq.tools.ddk.test.core.junit.runners.DiscerningSuite; |
There was a problem hiding this comment.
this import needs to be removed.
There was a problem hiding this comment.
You need to remove the unused import.
Then, PMD gives several warnings on other classes, could you address this?
Finally, I think it would be good if you could approve and rebase on #1192.
they look fals positive: example: I think pMD is just not working correctly yest with Junit5 ? |
removed junit4 dependencies removed dependency to DiscerningSuite. Once we migrate the DiscerningSuite to Junit5 we can use it again here
91d6488 to
915d4c1
Compare
|
LGTM after fixing the small syntax issue I commented above. @rubenporras ? |
…ext/ui/test/XtextUiTestSuite.java Fix formatting Co-authored-by: João Dinis Ferreira <hello@joaof.eu>
|
LGTM as well |
removed junit4 dependencies
removed dependency to DiscerningSuite. Once we migrate the DiscerningSuite to Junit5 we can use it again here