Тест с таймаутом
@Test(timeout = 1000)
public void runForever() {
while (true);
}@Test(timeOut = 1000)
public void runForever() {
while (true);
}
Вопрос 1. Как настроить глобальный таймаут для всех тестов.Last updated
@Test(timeout = 1000)
public void runForever() {
while (true);
}@Test(timeOut = 1000)
public void runForever() {
while (true);
}
Вопрос 1. Как настроить глобальный таймаут для всех тестов.Last updated