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;
@Nested
@DisplayName("Positiv Test Cases")
class positivClass {
@DisplayName("Positive Test Cases")
class positiveClass {
@BeforeEach
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
@DisplayName("Make Car move with (0,0) acceleration on track")