My Pom.xml is only running junit 4 test cases not juint 5 test cases – Nginx
I had unit tests of both junit 4 and junit 5 in my project. Now when i run my test cases through mvn clean install or mvn test. it only runs junit 4 test cases. It does not run junit…