Version 1.0 #40

Merged
j23f0779 merged 947 commits from development2 into main 2024-12-13 10:26:49 +01:00
Showing only changes of commit 379e4bcec1 - Show all commits

View File

@@ -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() {