Files
RobotSimulator/README.md
T
2017-04-14 17:39:38 +08:00

23 lines
756 B
Markdown

# RobotSimulator
### How to run the program
* Please make sure you have Java 8 SDK installed first.
* If you have `gradle` installed, then just run `gradle build`. Otherwise type `./gradlew build` or `./gradlew.bat
build` in your terminal to
build the project. Then open `build/reports` folder to see checkstyle, unit test, code coverage results. Jacoco
html reports in the folder of `build/jacocoHtml`.
* Type `gradle run` to run the Robot Simulator Application, and you will see some output based on the
`src/main/resources/input.txt`
file. (`
./gradlew
run` or `
./gradlew.bat run`)
### Features
* Checkstyle for code style
* Gradle for project build
* 100% code coverage (Jacoco)
* All tests passed with Junit.