public class LeaderboardTest
extends java.lang.Object
Leaderboard| Constructor | Description |
|---|---|
LeaderboardTest() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
getPlayerTopThree() |
Test case for getPlayerTopThree() method of Leaderboard
|
void |
getTopThree() |
Test case for getTopThree() method of Leaderboard
|
void |
test_add() |
Test case for add(GamePlayed g) method of Leaderboard
|
void |
test_add2() |
Test case for add(String name, Date d, int score) method of Leaderboard
|
public void test_add()
public void test_add2()
public void getTopThree()
Leaderboard.getTopThree()public void getPlayerTopThree()