Examples of how to use anystub to Record Replay tests
- | Description |
---|---|
Vanilla java | Vanilla Java example. No spring-boot. Stub a handler of random sequence |
Vanilla java2 | Vanilla Java example. No spring-boot. Stub java.net.URLConnection based class |
RestTemplate | Vanilla Java example. No spring-boot. Stub java.net.URLConnection based class |
WebClient | Spring-boot app. Stub ClientHttpConnector |
WebClient2 | Spring-boot app. Stub ExchangeFunction |
OpenApi | Spring-boot app. Two generated client SDKs from swagger spec. |
[OpenApi Auth] | Api requires authentication |
[Jdbc] | |
[JPA] |