Name Date Size #Lines LOC

..--

src/main/java/H25-Apr-2025-658367

README.mdH A D25-Apr-2025418 1711

pom.xmlH A D25-Apr-20259.3 KiB227197

README.md

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