Anyone seeing that you can't run junit4 tests in A...
# android-studio
c
Anyone seeing that you can't run junit4 tests in AS? It worked in c7, but broken in beta1. rolled back to c7. works there. so def something between c7 and b1. https://issuetracker.google.com/issues/216662623
c
We've encountered this recently. We found a workaround was to use junit5 configuration and
jupiter.vintage
package to run the junit 4 tests.
c
oof