Skip to content
This repository was archived by the owner on Jun 8, 2024. It is now read-only.

Latest commit

 

History

History
7 lines (4 loc) · 388 Bytes

File metadata and controls

7 lines (4 loc) · 388 Bytes

WireMockTest

This application utilizes WireMock and JUnit to test code using a record and playback system with OkHTTP requests, so testing can be more effective, consistent, and thorough.

Testing

In the GitHubClientTest class, we utilize JUnit to perform tests in unison with WireMock's playback features, and more features can and will be added to create a more encompassing test.