League prizes test.
This commit is contained in:
@@ -14,4 +14,13 @@ public class LeaguePrizesTest {
|
||||
System.out.println(stringIntegerEntry.getKey() + ": " + stringIntegerEntry.getValue());
|
||||
}
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testLeaguePrize() {
|
||||
LeaguePrizes leaguePrizes = new LeaguePrizes();
|
||||
CardCollection prize = leaguePrizes.getPrizeForLeague(1, 100, 2f, "fotr_block");
|
||||
for (Map.Entry<String, Integer> stringIntegerEntry : prize.getAll().entrySet()) {
|
||||
System.out.println(stringIntegerEntry.getKey() + ": " + stringIntegerEntry.getValue());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user