- According to the test code under the test directory, finish the implementation so that the test code can run through.
- Do not modify the test code, only modify the implementation code, so that the test could all passed.
- git
- Java 8
- git clone xxxx:
./gradlew build -x test
- Run the tests:
./gradlew clean test