Create Project with Sample Spring Shell Tests

Just like spring-shell/spring-shell-samples shows examples of Spring
Shell features, create a project with samples of Spring Shell unit,
functional and integration tests.

Issue: SHL-192
https://jira.spring.io/browse/SHL-192
This commit is contained in:
Sualeh Fatehi
2018-10-24 19:25:43 -04:00
committed by Eric Bottard
parent 5447db5da7
commit 5ec589909e
13 changed files with 609 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
# Spring Shell 2 Tests
Examples of [Spring Shell 2](https://docs.spring.io/spring-shell/docs/current/reference/htmlsingle/) unit, functional and integration tests.
## Run
Execute the following command from the parent directory to run the tests:
```
mvn clean test
```