xref: /aosp_15_r20/external/aws-sdk-java-v2/test/module-path-tests/README.md (revision 8a52c7834d808308836a99fc2a6e0ed8db339086)
1# AWS SDK Module Path Tests
2
3## Description
4This module is used to test using SDK on module path with Java 9+.
5
6- Mock tests: calling xml/json prococol sync/async clients using mock http clients.
7- Integ tests: calling service clients using `UrlConnectionHttpClient`, `ApacheHttpClient` and `NettyNioAsyncHttpClient`.
8
9## How to run
10```
11mvn clean package
12mvn exec:exec -P mock-tests
13mvn exec:exec -P integ-tests
14```
15
16
17