All Classes and Interfaces
Class
Description
Test suite for HTTP client timing instrumentation that verifies the expected metrics
are registered and recorded after different scenarios.
HTTP Method to verify.
A compatibility kit to verify
HttpSender implementations.Verify the instrumentation of an HTTP server has the minimum expected results.
Class containing constants that can be used for implementing the HTTP routes that
the instrumented server needs to serve to pass the
HttpServerTimingInstrumentationVerificationTests.Marks a test as related to a Github issue.
Simple POJO that represents a log event for test verification purposes.
Base class for
MeterRegistry compatibility tests.Simple implementation of
InternalLogger that does not produce any output or
delegate the work to another logger, instead it stores every log event in memory so
that the recorded log events can be fetched and verified by tests.Simple
InternalLoggerFactory implementation that always returns an instance of
MockLogger so components that fetch the logger this way:
InternalLogger logger = InternalLoggerFactory.getInstance(MyClass.class);,
get a MockLogger instance if they are created using
factory.injectLogger(MyClass::new) or if
InternalLoggerFactory.setDefaultFactory(mockLoggerFactory); was set
previously.