2020-03-12 07:14:26 +11:00
2017-04-14 17:39:38 +08:00
2020-03-12 07:14:26 +11:00
2017-04-14 17:39:38 +08:00
2020-03-12 07:14:26 +11:00
2017-04-14 17:39:38 +08:00
2020-03-12 07:14:26 +11:00
2017-04-14 17:39:38 +08:00
2017-04-14 17:39:38 +08:00
2017-04-14 17:39:38 +08:00
2017-04-14 17:39:38 +08:00
2017-04-14 17:39:38 +08:00
2017-04-14 17:39:38 +08:00
2017-04-14 17:39:38 +08:00
2017-04-14 17:39:38 +08:00
2017-04-14 17:39:38 +08:00
2017-04-14 17:39:38 +08:00
2017-04-14 17:39:38 +08:00
2017-04-14 17:39:38 +08:00

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.
S
Description
No description provided
Readme
152 KiB
Languages
Java 100%