org.test4j.junit.suite
类 Groups

java.lang.Object
  继承者 org.junit.runner.Runner
      继承者 org.junit.runners.ParentRunner<org.junit.runner.Runner>
          继承者 org.junit.runners.Suite
              继承者 org.test4j.junit.suite.Groups
所有已实现的接口:
org.junit.runner.Describable, org.junit.runner.manipulation.Filterable, org.junit.runner.manipulation.Sortable

public class Groups
extends org.junit.runners.Suite


嵌套类摘要
static class Groups.GroupFilter
           
 
从类 org.junit.runners.Suite 继承的嵌套类/接口
org.junit.runners.Suite.SuiteClasses
 
构造方法摘要
Groups(Class<?> klass, org.junit.runners.model.RunnerBuilder builder)
           
 
方法摘要
 
从类 org.junit.runners.Suite 继承的方法
describeChild, emptySuite, getChildren, runChild
 
从类 org.junit.runners.ParentRunner 继承的方法
childrenInvoker, classBlock, classRules, collectInitializationErrors, 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
 

构造方法详细信息

Groups

public Groups(Class<?> klass,
              org.junit.runners.model.RunnerBuilder builder)
       throws org.junit.runners.model.InitializationError
抛出:
org.junit.runners.model.InitializationError


Copyright © 2013. All rights reserved.