deconinckd

Results 3 comments of deconinckd

Following the thread as I have a similar issue on my test case where it gives a NPE on the await() and makerequest(), tried al kinds of things to make...

For your information, I found the issue and it is because powermock is not compatible with JUnit 5. Powermock is not working in JUnit 5 so you will need to...

Apparently in JUnit 5 there is a vintage runner to run it as JUnit 4 under JUnit 5 you could try that as well. For example I made it all...