diff --git a/Project-01/uap25-pro01-tram/README.md b/Project-01/uap25-pro01-tram/README.md index bedd4ec..ac070f2 100644 --- a/Project-01/uap25-pro01-tram/README.md +++ b/Project-01/uap25-pro01-tram/README.md @@ -18,4 +18,4 @@ java -jar tram.jar [options] `--stack [v1,v2,...]`: Initializes the stack with the given integers (for example `[4,10]`). ### Aufgabe 3. -Datei befindet sich im Pfad ``tramcode/gt.tram``. \ No newline at end of file +Datei befindet sich im Pfadb ``tramcode/gt.tram``. \ No newline at end of file diff --git a/Project-01/uap25-pro01-tram/jar/tram.jar b/Project-01/uap25-pro01-tram/jar/tram.jar index 0905594..5fc0a15 100644 Binary files a/Project-01/uap25-pro01-tram/jar/tram.jar and b/Project-01/uap25-pro01-tram/jar/tram.jar differ diff --git a/Project-01/uap25-pro01-tram/lib/junit-platform-launcher-1.8.1.jar b/Project-01/uap25-pro01-tram/lib/junit-platform-launcher-1.8.1.jar new file mode 100644 index 0000000..209f245 Binary files /dev/null and b/Project-01/uap25-pro01-tram/lib/junit-platform-launcher-1.8.1.jar differ diff --git a/Project-01/uap25-pro01-tram/src/de/unitrier/st/uap/w25/tram/AbstractMachineTests.java b/Project-01/uap25-pro01-tram/src/de/unitrier/st/uap/w25/tram/AbstractMachineTests.java index 4f58fe5..812ffbd 100644 --- a/Project-01/uap25-pro01-tram/src/de/unitrier/st/uap/w25/tram/AbstractMachineTests.java +++ b/Project-01/uap25-pro01-tram/src/de/unitrier/st/uap/w25/tram/AbstractMachineTests.java @@ -1,7 +1,6 @@ package de.unitrier.st.uap.w25.tram; import org.junit.jupiter.api.Test; - import static org.junit.jupiter.api.Assertions.*; public class AbstractMachineTests { diff --git a/Project-01/uap25-pro01-tram/src/de/unitrier/st/uap/w25/tram/Main.java b/Project-01/uap25-pro01-tram/src/de/unitrier/st/uap/w25/tram/Main.java index c75b52c..b3a918b 100644 --- a/Project-01/uap25-pro01-tram/src/de/unitrier/st/uap/w25/tram/Main.java +++ b/Project-01/uap25-pro01-tram/src/de/unitrier/st/uap/w25/tram/Main.java @@ -1,9 +1,7 @@ package de.unitrier.st.uap.w25.tram; -import org.apache.logging.log4j.Level; import org.apache.logging.log4j.LogManager; import org.apache.logging.log4j.Logger; -import org.apache.logging.log4j.core.config.Configurator; import java.nio.file.Files; import java.nio.file.Path; import java.util.ArrayList; diff --git a/Project-01/uap25-pro01-tram/uap25-pro01-tram.iml b/Project-01/uap25-pro01-tram/uap25-pro01-tram.iml index ad71c54..0762dac 100644 --- a/Project-01/uap25-pro01-tram/uap25-pro01-tram.iml +++ b/Project-01/uap25-pro01-tram/uap25-pro01-tram.iml @@ -5,34 +5,10 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - + + @@ -43,23 +19,5 @@ - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Project-01/uap25-pro01-tram/uap25-proj01-1540907.zip b/Project-01/uap25-pro01-tram/uap25-proj01-1540907.zip new file mode 100644 index 0000000..6458a89 Binary files /dev/null and b/Project-01/uap25-pro01-tram/uap25-proj01-1540907.zip differ