7 Nisan 2020 Salı

JUnit5 @Test Anotasyonu

Testi Kapatmak
Şöyle yaparız.
@Test
@Disabled
void testDisabled() {
  ...
}

Hiç yorum yok:

Yorum Gönder