• Home
Name Date Size #Lines LOC

..--

src/main/java/06-Sep-2024-658367

README.mdD06-Sep-2024418 1711

pom.xmlD06-Sep-20249.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