JUnit equivalent for following TestNG feature http://testng.org/doc/documentation-main.html#parallel-tests @Test(threadPoolSize = 3, invocationCount = 10, timeOut = 10000) public void testServer() { ... }
JUnit equivalent for following TestNG feature
http://testng.org/doc/documentation-main.html#parallel-tests
@test(threadPoolSize = 3, invocationCount = 10, timeOut = 10000)
public void testServer() { ... }