A B C D E G H S Z 
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- afterEach(ExtensionContext) - Method in class zipkin2.junit5.ZipkinExtension
 
B
- beforeEach(ExtensionContext) - Method in class zipkin2.junit5.ZipkinExtension
 
C
- collectorMetrics() - Method in class zipkin2.junit5.ZipkinExtension
 - 
Use this to see how many spans or serialized bytes were collected on the http endpoint.
 
D
- disconnectDuringBody() - Static method in class zipkin2.junit5.HttpFailure
 - 
Ex a network partition occurs in the middle of the POST request
 
E
- enqueueFailure(HttpFailure) - Method in class zipkin2.junit5.ZipkinExtension
 - 
Adds a one-time failure to the http endpoint.
 
G
- getDependencies() - Method in class zipkin2.junit5.ZipkinExtension
 - 
Retrieves all service links between traces this zipkin server has received.
 - getTrace(String) - Method in class zipkin2.junit5.ZipkinExtension
 - 
Retrieves a trace by ID which Zipkin server has received, or null if not present.
 - getTraces() - Method in class zipkin2.junit5.ZipkinExtension
 - 
Retrieves all traces this zipkin server has received.
 
H
- HttpFailure - Class in zipkin2.junit5
 - 
Instrumentation that use
POSTendpoints need to survive failures. - httpRequestCount() - Method in class zipkin2.junit5.ZipkinExtension
 - 
Use this to see how many requests you've sent to any zipkin http endpoint.
 - httpUrl() - Method in class zipkin2.junit5.ZipkinExtension
 - 
Use this to connect.
 
S
- sendErrorResponse(int, String) - Static method in class zipkin2.junit5.HttpFailure
 - 
Ex code 400 when the server cannot read the spans
 - shutdown() - Method in class zipkin2.junit5.ZipkinExtension
 - 
Used to manually stop the server.
 - start(int) - Method in class zipkin2.junit5.ZipkinExtension
 - 
Used to manually start the server.
 - storeSpans(List<Span>) - Method in class zipkin2.junit5.ZipkinExtension
 - 
Stores the given spans directly, to setup preconditions for a test.
 
Z
- zipkin2.junit5 - package zipkin2.junit5
 - ZipkinExtension - Class in zipkin2.junit5
 - 
Starts up a local Zipkin server, listening for http requests on
ZipkinExtension.httpUrl(). - ZipkinExtension() - Constructor for class zipkin2.junit5.ZipkinExtension
 
All Classes All Packages