aws / aws-xray-java-agent

The official AWS X-Ray Auto Instrumentation Agent for Java.
Apache License 2.0
42 stars 18 forks source link

Replaced all real network calls with wiremock in integ test #60

Closed willarmiros closed 3 years ago

willarmiros commented 3 years ago

Description of changes: Used WireMock to replace real network calls made in HTTP interception integ tests. Also replaced junit with assertJ while I was at it. Verified the network dependency is gone by running the tests without connection to the internet.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.