Package | Description |
---|---|
org.eclipse.microprofile.opentracing.tck | |
org.eclipse.microprofile.opentracing.tck.tracer |
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 | Class and Description |
---|---|
class |
TestSpanTree
Represents a tree of spans.
|
static class |
TestSpanTree.TreeNode<T>
Generic tree structure.
|
Copyright © 2017 – 2021 Eclipse Foundation. All rights reserved.
Use is subject to license terms.