javadoc
This commit is contained in:
@@ -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")
|
||||||
|
|||||||
Reference in New Issue
Block a user