aboutsummaryrefslogtreecommitdiff
path: root/app/src/test/java/tumble/AppTest.java
blob: ac81ffd1d861c4408f62e31948ce4254433cda0e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * 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");
    }
}