Define abstract HTTP client test class that will be used to test HTTP client instrumentations. As a starting point we could use okhttp tests
|
public class OkHttpTracingInterceptorTest extends AbstractInstrumenterTest { |
- test JSON capture
- test plain text capture
- test x-www-form-urlencoded capture
- test headers capture
Reactions are currently unavailable
Define abstract HTTP client test class that will be used to test HTTP client instrumentations. As a starting point we could use okhttp tests
javaagent/instrumentation/okhttp/okhttp-3.0/src/test/java/io/opentelemetry/instrumentation/hypertrace/okhttp/v3_0/OkHttpTracingInterceptorTest.java
Line 38 in 6395bc9