1
0
mirror of https://github.com/Klagarge/PokeHES.git synced 2025-10-31 11:39:17 +00:00

create packages + class

This commit is contained in:
2022-06-01 16:47:53 +02:00
parent 2b73cff725
commit 7908d62583
20 changed files with 127 additions and 15 deletions

View File

@@ -7,8 +7,5 @@ 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");
}
}