Two TypeSafeClient test doubles for unit-testing code that calls it without
hitting the real API: RecordingTypeSafeClient (queue responses, record requests) and
FailingTypeSafeClient (a decorator that fails every Nth call). Depends only on
typesafe-java-core.
Compile Dependencies (1)
| Category/License | Group / Artifact | Version | Updates | |
|---|---|---|---|---|
MIT
| io.github.dfa1.typesafe-java
»
typesafe-java-core TypeSafeClient, ApiKey, TypeSafeException, the wire DTOs, and the JsonCodec/HttpTransport | 0.5.0 | ✔ |
Test Dependencies (2)
| Category/License | Group / Artifact | Version | Updates | |
|---|---|---|---|---|
Assertion
Apache 2.0
| org.assertj
»
assertj-core Rich and fluent assertions for testing in Java | 3.27.7 | ✔ | |
Testing
EPL 2.0
| org.junit.jupiter
»
junit-jupiter Module "junit-jupiter" of JUnit | 5.10.2 | 6.1.3 |