mirror of
https://github.com/wahyd4/RobotSimulator.git
synced 2026-08-09 05:16:20 +10:00
bb1cf0bc87ec90c8a9f848195a69e636d51403ce
RobotSimulator
How to run the program
- Please make sure you have Java 8 SDK installed first.
- If you have
gradleinstalled, then just rungradle build. Otherwise type./gradlew buildor./gradlew.bat buildin your terminal to build the project. Then openbuild/reportsfolder to see checkstyle, unit test, code coverage results. Jacoco html reports in the folder ofbuild/jacocoHtml. - Type
gradle runto run the Robot Simulator Application, and you will see some output based on thesrc/main/resources/input.txtfile. (./gradlew runor./gradlew.bat run)
Features
- Checkstyle for code style
- Gradle for project build
- 100% code coverage (Jacoco)
- All tests passed with Junit.
Languages
Java
100%