corrected a pieceTest
This commit is contained in:
@@ -214,13 +214,19 @@ public void testChangeActivePlayer() {
|
||||
// TODO: Implement test logic for changing the active player
|
||||
}
|
||||
|
||||
|
||||
@Test
|
||||
public void testUseTurbo() {
|
||||
//TODO
|
||||
}
|
||||
|
||||
/**
|
||||
* this test-method tests the chances fo the turbo-card
|
||||
* <p>
|
||||
* T012
|
||||
*/
|
||||
@Test
|
||||
public void testUseTurbo() {
|
||||
public void testMuliplicationChance() {
|
||||
Die die = new Die();
|
||||
|
||||
ArrayList<Integer> modifier0 = new ArrayList<>();
|
||||
@@ -242,11 +248,6 @@ public void testUseTurbo() {
|
||||
assertTrue(1950000 < modifier0.size() && modifier0.size() < 2050000);
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testMuliplicationChance() {
|
||||
// TODO: Implement test logic for testing multiplication chance power-up
|
||||
}
|
||||
|
||||
// UC-Game-10
|
||||
@Test
|
||||
public void testTurboOn6() {
|
||||
|
||||
Reference in New Issue
Block a user