Skip to content
Snippets Groups Projects
Commit b6149b7b authored by Lars-Johan Larsen's avatar Lars-Johan Larsen :speech_balloon:
Browse files

finish readme

parent 31c78b8f
No related branches found
No related tags found
No related merge requests found
...@@ -6,11 +6,12 @@ STUDENT ID = "510246" ...@@ -6,11 +6,12 @@ STUDENT ID = "510246"
## Project description ## Project description
[//]: # (TODO: Write a short description of your project/product here.) A train dispatch system with a text-based menu as user-interface.
## Project structure ## Project structure
[//]: # (TODO: Describe the structure of your project here. How have you used packages in your structure. Where are all sourcefiles stored. Where are all JUnit-test classes stored. etc.) Apache-Maven
Sourcefiles: Sourcefiles:
src\main\java\edu\ntnu\stud\Main.java src\main\java\edu\ntnu\stud\Main.java
...@@ -23,24 +24,22 @@ src\main\java\edu\ntnu\stud\menubuilder\trainz\Station.Java ...@@ -23,24 +24,22 @@ src\main\java\edu\ntnu\stud\menubuilder\trainz\Station.Java
JUnit-tests: JUnit-tests:
test\java\edu\ntnu\stud\menubuilder\trainz\DepTest.Java test\java\edu\ntnu\stud\menubuilder\trainz\DepTest.Java
test\java\edu\ntnu\stud\menubuilder\trainz\StationTest.Java test\java\edu\ntnu\stud\menubuilder\trainz\StationTest.Java
| ------ | ------ |
| | |
| | |
## Link to repository ## Link to repository
[//]: # (TODO: Include a link to your repository here.) https://gitlab.stud.idi.ntnu.no/larsjohl/traindispatchsystem
## How to run the project ## How to run the project
[//]: # (TODO: Describe how to run your project here. What is the main class? What is the main method? ?
What is the input and output of the program? What is the expected behaviour of the program?)
## How to run the tests ## How to run the tests
[//]: # (TODO: Describe how to run the tests here.) mvn test
## References ## References
[//]: # (TODO: Include references here, if any. For example, if you have used code from the course book, include a reference to the chapter. https://stackoverflow.com/questions/2319538/most-concise-way-to-convert-a-sett-to-a-listt
Or if you have used code from a website or other source, include a link to the source.) https://stackoverflow.com/questions/1235179/simple-way-to-repeat-a-string
https://stackoverflow.com/a/1814112
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment