https://github.com/rob-leggett/rea-robot-simulator
Real Estate Group (REA) - Coding Exercise
https://github.com/rob-leggett/rea-robot-simulator
coding-exercises rea rea-robot-simulator
Last synced: 25 days ago
JSON representation
Real Estate Group (REA) - Coding Exercise
- Host: GitHub
- URL: https://github.com/rob-leggett/rea-robot-simulator
- Owner: Rob-Leggett
- License: mit
- Created: 2016-12-04T04:51:14.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-11-22T00:07:20.000Z (over 6 years ago)
- Last Synced: 2025-03-22T19:47:24.754Z (over 1 year ago)
- Topics: coding-exercises, rea, rea-robot-simulator
- Language: Java
- Homepage:
- Size: 36.1 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
rea-robot-simulator
===================
[](https://travis-ci.org/Rob-Leggett/rea-robot-simulator)
***How To Run***
1. Build the jar with `gradle clean fatJar`
2. Open Command Line and navigate to `/build/lib`
3. Run `java -jar rea-robot-simulator-all-1.0.jar ../../src/main/resources/command/command.txt`
***How To Test***
1. Unit Test Only - `gradle clean test`
2. Integration Test Only - `gradle clean integrationTest`
3. Both Unit and Integration Tests - `gradle clean test integrationTest`
***Documentation***
1. This document refer to how to run and test the application
2. To refer to the problem statement, please refer to PROBLEM.MD
3. To refer to the solution documentation, please refer to SOLUTION.MD