Files
3DChess/app/src/test/java/chess/AppTest.java
2025-03-18 15:40:33 +01:00

15 lines
357 B
Java

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