FileFrontEnd/app/src/test/java/lightcontainer/AppTest.java

15 lines
366 B
Java

/*
* This Java source file was generated by the Gradle 'init' task.
*/
package lightcontainer;
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");
}
}