public class OpenTracingHTTPPathNameTests extends OpenTracingClientBaseTests
| Modifier and Type | Class and Description |
|---|---|
static class |
OpenTracingHTTPPathNameTests.TestConfiguration |
deploymentURL, JAXRS_COMPONENT| Constructor and Description |
|---|
OpenTracingHTTPPathNameTests() |
| Modifier and Type | Method and Description |
|---|---|
static org.jboss.shrinkwrap.api.spec.WebArchive |
createDeployment() |
protected String |
getOperationName(String spanKind,
String httpMethod,
Class<?> clazz,
Method method)
Get operation name depending on the
spanKind. |
assertEqualErrorTrees, assertEqualTrees, beforeEachTest, executeNested, executeRemoteWebServiceRaw, executeRemoteWebServiceRaw, executeRemoteWebServiceTracerTree, getEndpointMethod, getExpectedNestedServerSpan, getExpectedSpanTags, getExpectedSpanTagsForError, getNestedQueryParameters, getRandomNumber, getWebServiceURL, getWebServiceURL, testMultithreadedNestedSpans, testNestedSpans@Deployment public static org.jboss.shrinkwrap.api.spec.WebArchive createDeployment()
protected String getOperationName(String spanKind, String httpMethod, Class<?> clazz, Method method)
OpenTracingBaseTestsspanKind.getOperationName in class OpenTracingBaseTestsspanKind - The type of span.httpMethod - HTTP methodclazz - resource classmethod - method of the REST endpointCopyright © 2017 – 2021 Eclipse Foundation. All rights reserved.
Use is subject to license terms.