Merge remote-tracking branch 'origin/main'
This commit is contained in:
		
						commit
						b68b567804
					
				| 
						 | 
					@ -46,7 +46,7 @@ class GameTest {
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        /**
 | 
					        /**
 | 
				
			||||||
         * Tests if Carindex is correct
 | 
					         * Tests if car index is correct
 | 
				
			||||||
         */
 | 
					         */
 | 
				
			||||||
        @Test
 | 
					        @Test
 | 
				
			||||||
        void getCurrentCarIndex() {
 | 
					        void getCurrentCarIndex() {
 | 
				
			||||||
| 
						 | 
					@ -91,7 +91,7 @@ class GameTest {
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        /**
 | 
					        /**
 | 
				
			||||||
         * Checks correct inital state
 | 
					         * Checks correct initial state
 | 
				
			||||||
         */
 | 
					         */
 | 
				
			||||||
        @Test
 | 
					        @Test
 | 
				
			||||||
        void onlyOneCarLeft() {
 | 
					        void onlyOneCarLeft() {
 | 
				
			||||||
| 
						 | 
					@ -148,7 +148,7 @@ class GameTest {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    /**
 | 
					    /**
 | 
				
			||||||
     * This nested Class tests a play trough and implements a userInterface which pretends to be a real player.
 | 
					     * This nested Class tests a play trough and implements a userInterface which pretends to be a real player.
 | 
				
			||||||
     * At the end of every Test the Userinterface stays open for 10 more sec to visualize the game.
 | 
					     * At the end of every Test the userinterface stays open for 10 more sec to visualize the game.
 | 
				
			||||||
     */
 | 
					     */
 | 
				
			||||||
    @Nested
 | 
					    @Nested
 | 
				
			||||||
    @DisplayName("Playtrough")
 | 
					    @DisplayName("Playtrough")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue