Giriş
Şu satırı dahil ederiz
import org.junit.FixMethodOrder;
Örnek
Şöyle yaparız.
Şöyle yaparız.
@FixMethodOrder(MethodSorters.NAME_ASCENDING)
public class FooTest
@Test
public void testA() throws InterruptedException {
...
}
@Test
public void testB() throws InterruptedException {
...
}
}
Hiç yorum yok:
Yorum Gönder