lundi 30 mars 2015

java writing ignore test cases

I am studing how to create java test cases. In internet I saw two structures:



public class XXX {
@Test
@Test
}


And



public class XXX extends TestCase {
//test cases
}


I am trying to use the second one but I can not create ignore case. In first example I can use @Ignore. What about the second one?


Aucun commentaire:

Enregistrer un commentaire