Skip to content
Snippets Groups Projects
Commit af8d8452 authored by massat's avatar massat
Browse files

Version 2023

parent 8276c3aa
No related branches found
No related tags found
No related merge requests found
...@@ -23,7 +23,7 @@ dependencies { ...@@ -23,7 +23,7 @@ dependencies {
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.0' testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.0'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.0' testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.0'
testImplementation("org.assertj:assertj-core:3.23.1") testImplementation("org.assertj:assertj-core:3.23.1")
implementation name: 'ElevatorSimulator-0.8' implementation name: 'ElevatorSimulator-0.9'
} }
application { application {
......
File deleted
File added
package elevator; package elevator;
import static elevator.IElevator.State.ERROR;
import static elevator.IElevator.State.UP; import static elevatorSimulator.State.ERROR;
import static elevatorSimulator.State.UP;
import static org.junit.jupiter.api.Assertions.assertEquals; import static org.junit.jupiter.api.Assertions.assertEquals;
import org.junit.jupiter.api.Test; import org.junit.jupiter.api.Test;
import elevatorSimulator.ElevatorSimulator;
public class TestAutomaticElevator { public class TestAutomaticElevator {
@Test @Test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment