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