Class SegmentRefAssert
java.lang.Object
org.apache.skywalking.apm.agent.test.tools.SegmentRefAssert
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidassertPeerHost(org.apache.skywalking.apm.agent.core.context.trace.TraceSegmentRef ref, String peerHost) static voidassertSegmentId(org.apache.skywalking.apm.agent.core.context.trace.TraceSegmentRef ref, String segmentId) static voidassertSpanId(org.apache.skywalking.apm.agent.core.context.trace.TraceSegmentRef ref, int spanId)
-
Constructor Details
-
SegmentRefAssert
public SegmentRefAssert()
-
-
Method Details
-
assertSegmentId
public static void assertSegmentId(org.apache.skywalking.apm.agent.core.context.trace.TraceSegmentRef ref, String segmentId) -
assertSpanId
public static void assertSpanId(org.apache.skywalking.apm.agent.core.context.trace.TraceSegmentRef ref, int spanId) -
assertPeerHost
public static void assertPeerHost(org.apache.skywalking.apm.agent.core.context.trace.TraceSegmentRef ref, String peerHost)
-