And if you want to see how I converted one JUnit4 tests using a
MockitoComponentMockingRule into a JUnit5 test:
On 15 Apr 2018, at 00:53, Vincent Massol
<vincent(a)massol.net> wrote:
Hi devs,
I’ve had some fun this week end implementing the equivalent of
MockitMockingComponentRule, MockitoComponentManagerRule & ComponentManagerRule (and
more).
See
https://jira.xwiki.org/browse/XCOMMONS-1392 for more details.
Let me know what you think. If we don’t like it I can remove it for 10.3RC1 or 10.3
final.
FTR I’ve read
https://junit.org/junit5/docs/current/user-guide/#overview and I find
JUnit5 so powerful :) I love it.
Thanks
-Vincent