Rough outline
This commit is contained in:
parent
a10d0ecbb9
commit
a60862ed9d
8 changed files with 155 additions and 13 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue