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