Rough outline

This commit is contained in:
Imbus 2024-04-16 07:19:34 +02:00
parent a10d0ecbb9
commit a60862ed9d
8 changed files with 155 additions and 13 deletions

View file

@ -1,6 +1,3 @@
/*
* This Java source file was generated by the Gradle 'init' task.
*/
package hatelace;
import org.junit.jupiter.api.Test;
@ -8,7 +5,6 @@ import static org.junit.jupiter.api.Assertions.*;
class AppTest {
@Test void appHasAGreeting() {
App classUnderTest = new App();
assertNotNull(classUnderTest.getGreeting(), "app should have a greeting");
assertNotNull(1);
}
}