Skip to content
Snippets Groups Projects
Commit 7b256545 authored by dro024's avatar dro024
Browse files

Test

parent fe9ecfa3
No related branches found
No related tags found
No related merge requests found
package inf112.skeleton.app;
import static org.junit.jupiter.api.Assertions.*;
import javafx.stage.Stage;
import org.junit.jupiter.api.*;
import org.junit.jupiter.params.ParameterizedTest;
import org.junit.jupiter.params.provider.CsvSource;
import javafx.scene.paint.Color;
public class PlayerTest {
@Test
......@@ -47,7 +43,6 @@ public class PlayerTest {
assertEquals(player.y, y2-6);
}
@Test
void MoveDownTest(){
Player player = new Player();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment