类 SegmentRefAssert
java.lang.Object
org.apache.skywalking.apm.agent.test.tools.SegmentRefAssert
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static 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)
-
构造器详细资料
-
SegmentRefAssert
public SegmentRefAssert()
-
-
方法详细资料
-
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)
-