程序包cn.taketoday.test.context.junit4的分层结构

程序包分层结构:

类分层结构

  • java.lang.Object
    • cn.taketoday.test.context.junit4.AbstractJUnit4ContextTests (implements cn.taketoday.context.ApplicationContextAware)
    • org.junit.runner.Runner (implements org.junit.runner.Describable)
      • org.junit.runners.ParentRunner<T> (implements org.junit.runner.manipulation.Filterable, org.junit.runner.manipulation.Orderable)