1
0
mirror of https://github.com/Klagarge/PokeHES.git synced 2025-03-13 22:34:32 +00:00
PokeHES/app/src/test/java/AppTest.java
2022-05-25 15:35:23 +02:00

15 lines
355 B
Java

/*
* This Java source file was generated by the Gradle 'init' task.
*/
import org.junit.jupiter.api.Test;
import static org.junit.jupiter.api.Assertions.*;
class AppTest {
@Test void appHasAGreeting() {
PokeMudry classUnderTest = new PokeMudry();
assertNotNull(classUnderTest.getGreeting(), "app should have a greeting");
}
}