JUnit4 use @RunWith(Suite.class) and @RunWith(SpringJUnit4ClassRunner.class) together
I have a set of Integration Tests which I want to run in suite. As of now all IT have runner annotated @RunWith(SpringJUnit4ClassRunner.class).
I have a set of Integration Tests which I want to run in suite. As of now all IT have runner annotated @RunWith(SpringJUnit4ClassRunner.class).