tmp added

This commit is contained in:
Christoph Kroczek
2019-12-16 21:56:37 +01:00
parent e225a84eaa
commit a8cc57e9a7
9 changed files with 363 additions and 7 deletions

View File

@@ -0,0 +1,14 @@
/*
* 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());
}
}