AppTest: comment out unused for warnings

This commit is contained in:
2018-04-06 18:22:31 -07:00
parent 53ef9c6b20
commit 20fb67471a

View File

@ -2,11 +2,11 @@
* This Java source file was generated by the Gradle 'init' task. * This Java source file was generated by the Gradle 'init' task.
*/ */
import org.junit.Test; import org.junit.Test;
import static org.junit.Assert.*; //import static org.junit.Assert.*;
public class AppTest { public class AppTest {
@Test public void testAppHasAGreeting() { @Test public void testAppHasAGreeting() {
App classUnderTest = new App(); //App classUnderTest = new App();
//assertNotNull("app should have a greeting", classUnderTest.getGreeting()); //assertNotNull("app should have a greeting", classUnderTest.getGreeting());
} }
} }