When I try to run some unit tests, the following error is raised:
java.lang.NoClassDefFoundError: org/junit/runner/manipulation/Filter
at java.lang.Class.for
Even I was facing the same issue, so try the below steps -
Hopefully you'll be able to run the tests now.