Files
javacodingdojo/playground/tmp/src/test/java/temporary1/AppTest.java
Christoph Kroczek a8cc57e9a7 tmp added
2019-12-16 21:56:37 +01:00

15 lines
352 B
Java

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