Mixing junit 4 and junit 5 cause a little confusion, document says: If you are using JUnit 4, don’t forget to also add @RunWith(SpringRunner.class) to your test, otherwise the annotations will be ignored. If you are using JUnit 5, there’s no need to...
kenhu.hashnode.devNo responses yet.