diff options
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -49,5 +49,10 @@ The REST interface logs can be found under /opt/app/aai-resources/logs/rest. # Testing AAI Functionalities Any RESTful client such as SoapUI may be configured and setup to use for testing AAI requests. +# Integration Tests +In order to isolate integration tests from unit tests, `it` directory has been created under `src`. + +As a naming convention, All integration test classes should end with `IT` to be executed, and can be run along with all other unit tests with `mvn integration-test` + |