Package | Description |
---|---|
org.eclipse.microprofile.opentracing.tck | |
org.eclipse.microprofile.opentracing.tck.tracer |
Modifier and Type | Method and Description |
---|---|
protected TestSpan |
OpenTracingBaseTests.getExpectedNestedServerSpan(String path,
String spanKind,
int uniqueId,
int nestDepth,
int nestBreadth,
boolean failNest,
boolean isFailed,
boolean async)
The expected nested span layout.
|
Modifier and Type | Method and Description |
---|---|
protected void |
OpenTracingBaseTests.assertEqualErrorTrees(ConsumableTree<TestSpan> returnedTree,
ConsumableTree<TestSpan> expectedTree)
This wrapper method allows for potential post-processing, such as removing tags that we don't care to compare in
returnedTree . |
protected void |
OpenTracingBaseTests.assertEqualErrorTrees(ConsumableTree<TestSpan> returnedTree,
ConsumableTree<TestSpan> expectedTree)
This wrapper method allows for potential post-processing, such as removing tags that we don't care to compare in
returnedTree . |
protected void |
OpenTracingBaseTests.assertEqualTrees(ConsumableTree<TestSpan> returnedTree,
ConsumableTree<TestSpan> expectedTree)
This wrapper method allows for potential post-processing, such as removing tags that we don't care to compare in
returnedTree . |
protected void |
OpenTracingBaseTests.assertEqualTrees(ConsumableTree<TestSpan> returnedTree,
ConsumableTree<TestSpan> expectedTree)
This wrapper method allows for potential post-processing, such as removing tags that we don't care to compare in
returnedTree . |
Modifier and Type | Method and Description |
---|---|
TestSpanTree.TreeNode<TestSpan> |
TestSpanTree.addRootNode(TestSpanTree.TreeNode<TestSpan> node)
Add a root span.
|
List<TestSpanTree.TreeNode<TestSpan>> |
TestSpanTree.getRootSpans()
Return a list of this tree's root spans.
|
List<TestSpan> |
TestTracer.getSpans()
Get a list of accumulated spans.
|
Modifier and Type | Method and Description |
---|---|
TestSpanTree.TreeNode<TestSpan> |
TestSpanTree.addRootNode(TestSpanTree.TreeNode<TestSpan> node)
Add a root span.
|
void |
TestTracer.setSpans(List<TestSpan> newSpans)
Set the list of spans.
|
void |
TestSpanTree.visitTree(Consumer<? super TestSpan> visitor)
Visit every
TestSpan in this tree with the visitor lambda. |
Copyright © 2017 – 2021 Eclipse Foundation. All rights reserved.
Use is subject to license terms.