This commit is contained in:
Andrin Fassbind 2022-03-25 23:46:06 +01:00
parent 143b5da14c
commit 3ed26fb909
1 changed files with 3 additions and 3 deletions

View File

@ -14,8 +14,8 @@ public class TrackTest {
Track trackObj; Track trackObj;
@Nested @Nested
@DisplayName("Positiv Test Cases") @DisplayName("Positive Test Cases")
class positivClass { class positiveClass {
@BeforeEach @BeforeEach
void setup() { void setup() {
@ -115,7 +115,7 @@ public class TrackTest {
} }
/** /**
* Checks if car does not move if there is no acceleartion * Checks if car does not move if there is no acceleration
*/ */
@Test @Test
@DisplayName("Make Car move with (0,0) acceleration on track") @DisplayName("Make Car move with (0,0) acceleration on track")