jeudi 2 avril 2015

What does the JUnit 4 @Test Annotation actually do

What does the @Test actually do? I have some tests without it, and they run fine.


The test runs with either:



public void testGetDate() throws Exception {


or



@Test
public void testGetDate() throws Exception {

Aucun commentaire:

Enregistrer un commentaire