类 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 Object
     
    protected org.junit.runners.model.Statement
    withAfters(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

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 构造器详细资料

    • TracingSegmentRunner

      public TracingSegmentRunner(Class<?> klass) throws org.junit.runners.model.InitializationError
      抛出:
      org.junit.runners.model.InitializationError
  • 方法详细资料

    • createTest

      protected Object createTest() throws Exception
      覆盖:
      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