chore: migrate junit 3 test to junit4#523
chore: migrate junit 3 test to junit4#523slawekjaranowski merged 4 commits intocodehaus-plexus:masterfrom
Conversation
|
why not JUnit 5? |
|
The rest of the code base is junit 4 and want to have a minimal change. But of course Junit 5 would be better. Let me take a look on it tomorrow. Thanks for your feedback. |
Signed-off-by: Sandra Parsick <[email protected]>
897dfc6 to
694dd2f
Compare
|
Many tests are based on Do you have a hint how to handle |
We can try with plexus-testing - example: |
|
@slawekjaranowski Thx for the link, I will take a look on it. |
|
also new version released with simple documentation |
Signed-off-by: Sandra Parsick <[email protected]>
|
migrate one test based on your hint. Unfortunately, I have to use PlexusExtension directly, because of some container configuration customize. Do you think this is the way to go? Or did I oversee anything? |
Signed-off-by: Sandra Parsick <[email protected]>
Signed-off-by: Sandra Parsick <[email protected]>
|
Migrate it completely to PlexusTest and junit 5. In some cases we need a junit dep because of modello compiler tests. |
No description provided.