mirror of
https://github.com/Klagarge/PokeHES.git
synced 2025-03-13 22:34:32 +00:00
15 lines
355 B
Java
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");
|
|
}
|
|
}
|