javadoc
This commit is contained in:
parent
143b5da14c
commit
3ed26fb909
|
@ -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")
|
||||||
|
|
Loading…
Reference in New Issue