diff options
Diffstat (limited to 'app/src')
-rw-r--r-- | app/src/main/java/tumble/App.java | 14 | ||||
-rw-r--r-- | app/src/test/java/tumble/AppTest.java | 14 |
2 files changed, 0 insertions, 28 deletions
diff --git a/app/src/main/java/tumble/App.java b/app/src/main/java/tumble/App.java deleted file mode 100644 index 968a9ca..0000000 --- a/app/src/main/java/tumble/App.java +++ /dev/null @@ -1,14 +0,0 @@ -/* - * This Java source file was generated by the Gradle 'init' task. - */ -package tumble; - -public class App { - public String getGreeting() { - return "Hello World!"; - } - - public static void main(String[] args) { - System.out.println(new App().getGreeting()); - } -} diff --git a/app/src/test/java/tumble/AppTest.java b/app/src/test/java/tumble/AppTest.java deleted file mode 100644 index ac81ffd..0000000 --- a/app/src/test/java/tumble/AppTest.java +++ /dev/null @@ -1,14 +0,0 @@ -/* - * This Java source file was generated by the Gradle 'init' task. - */ -package tumble; - -import org.junit.jupiter.api.Test; -import static org.junit.jupiter.api.Assertions.*; - -class AppTest { - @Test void appHasAGreeting() { - App classUnderTest = new App(); - assertNotNull(classUnderTest.getGreeting(), "app should have a greeting"); - } -} |