antoniojvelezq
Results
1
comments of
antoniojvelezq
Create a Java with Ant project, and execute the next test. ``` public class NewEmptyJUnitTest { public NewEmptyJUnitTest() { } @Test public void hello() { assertEquals(20, 20); } } ```