ConditionTests 100% Coverage

This commit is contained in:
Paul Gross
2020-04-20 13:48:13 +02:00
parent e829dc7de6
commit 0633478389
15 changed files with 224 additions and 65 deletions

View File

@ -37,7 +37,7 @@ class WinConditionHunterTest {
}
@Test
void isTrue_NotAllShadowsAreDead_False() {
void isTrue_NotAllShadowsAreDead_False(){
WinConditionHunter wch = new WinConditionHunter();
plateau.setStat(Plateau.NB_SHADOWS, 20);