类 TracingSegmentRunner
java.lang.Object
org.junit.runner.Runner
org.junit.runners.ParentRunner<org.junit.runners.model.FrameworkMethod>
org.junit.runners.BlockJUnit4ClassRunner
org.apache.skywalking.apm.agent.test.tools.TracingSegmentRunner
- 所有已实现的接口:
org.junit.runner.Describable,org.junit.runner.manipulation.Filterable,org.junit.runner.manipulation.Sortable
public class TracingSegmentRunner
extends org.junit.runners.BlockJUnit4ClassRunner
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明protected Objectprotected org.junit.runners.model.StatementwithAfters(org.junit.runners.model.FrameworkMethod method, Object target, org.junit.runners.model.Statement statement) 从类继承的方法 org.junit.runners.BlockJUnit4ClassRunner
collectInitializationErrors, computeTestMethods, describeChild, getChildren, getTestRules, isIgnored, methodBlock, methodInvoker, possiblyExpectingExceptions, rules, runChild, testName, validateConstructor, validateFields, validateInstanceMethods, validateNoNonStaticInnerClass, validateOnlyOneConstructor, validateTestMethods, validateZeroArgConstructor, withBefores, withPotentialTimeout从类继承的方法 org.junit.runners.ParentRunner
childrenInvoker, classBlock, classRules, createTestClass, filter, getDescription, getName, getRunnerAnnotations, getTestClass, run, runLeaf, setScheduler, sort, validatePublicVoidNoArgMethods, withAfterClasses, withBeforeClasses从类继承的方法 org.junit.runner.Runner
testCount
-
构造器详细资料
-
TracingSegmentRunner
- 抛出:
org.junit.runners.model.InitializationError
-
-
方法详细资料
-
createTest
- 覆盖:
createTest在类中org.junit.runners.BlockJUnit4ClassRunner- 抛出:
Exception
-
withAfters
protected org.junit.runners.model.Statement withAfters(org.junit.runners.model.FrameworkMethod method, Object target, org.junit.runners.model.Statement statement) - 覆盖:
withAfters在类中org.junit.runners.BlockJUnit4ClassRunner
-