1
0
mirror of https://github.com/Klagarge/PokeHES.git synced 2025-03-13 22:34:32 +00:00
PokeHES/app/src/test/java/pokemudry/AppTest.java

15 lines
361 B
Java
Raw Normal View History

2022-05-23 15:40:55 +02:00
/*
* This Java source file was generated by the Gradle 'init' task.
*/
package pokemudry;
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");
}
}