public class OpenTracingMpRestClientTests extends OpenTracingBaseTests
deploymentURL, JAXRS_COMPONENT
Constructor and Description |
---|
OpenTracingMpRestClientTests() |
Modifier and Type | Method and Description |
---|---|
static org.jboss.shrinkwrap.api.spec.WebArchive |
createDeployment() |
protected void |
executeNested(String path,
int uniqueId,
int nestDepth,
int nestBreadth,
boolean failNest,
boolean async)
Execute the nested web service.
|
protected TestSpan |
getExpectedNestedServerSpan(String path,
String spanKind,
int uniqueId,
int nestDepth,
int nestBreadth,
boolean failNest,
boolean isFailed,
boolean async)
The expected nested span layout.
|
assertEqualErrorTrees, assertEqualTrees, beforeEachTest, executeRemoteWebServiceRaw, executeRemoteWebServiceRaw, executeRemoteWebServiceTracerTree, getEndpointMethod, getExpectedSpanTags, getExpectedSpanTagsForError, getNestedQueryParameters, getOperationName, getRandomNumber, getWebServiceURL, getWebServiceURL, testMultithreadedNestedSpans, testNestedSpans
@Deployment public static org.jboss.shrinkwrap.api.spec.WebArchive createDeployment()
protected void executeNested(String path, int uniqueId, int nestDepth, int nestBreadth, boolean failNest, boolean async)
executeNested
in class OpenTracingBaseTests
uniqueId
- Some unique ID.nestDepth
- How deep to nest the calls.nestBreadth
- Breadth of first level of nested calls.failNest
- Whether to fail the nested call.async
- Whether to execute nested requests asynchronously.protected TestSpan getExpectedNestedServerSpan(String path, String spanKind, int uniqueId, int nestDepth, int nestBreadth, boolean failNest, boolean isFailed, boolean async)
getExpectedNestedServerSpan
in class OpenTracingBaseTests
spanKind
- Span kinduniqueId
- The unique ID of the request.nestDepth
- Nest depthnestBreadth
- Nest breadthfailNest
- Whether to fail the nested call.isFailed
- Whether this request is expected to fail.async
- Whether to execute asynchronously.Copyright © 2020 Eclipse Foundation. All rights reserved.