How To Run
- Build the jar with
gradle clean fatJar
- Open Command Line and navigate to
<project>/build/lib
- Run
java -jar rea-robot-simulator-all-1.0.jar ../../src/main/resources/command/command.txt
How To Test
- Unit Test Only -
gradle clean test
- Integration Test Only -
gradle clean integrationTest
- Both Unit and Integration Tests -
gradle clean test integrationTest
Documentation
- This document refer to how to run and test the application
- To refer to the problem statement, please refer to PROBLEM.MD
- To refer to the solution documentation, please refer to SOLUTION.MD