Models a gas station:
- serving gas when available
- taking price, type and amount of gas into consideration
- Either download a zip or perform a git checkout from github.
- Install JDK 8.
- Install Maven 3.
- Set up the environment variables: JAVA_HOME, M2_HOME.
Execute this in console (cd to the project root directory first) or in you favourite IDE:
> mvn test
To get a verbose output switch from INFO to DEBUG in src/main/resources/log4j.properties