org.apache.archiva.test.utils
Class ArchivaBlockJUnit4ClassRunner

java.lang.Object
  extended by org.junit.runner.Runner
      extended by org.junit.runners.ParentRunner<org.junit.runners.model.FrameworkMethod>
          extended by org.junit.runners.BlockJUnit4ClassRunner
              extended by org.apache.archiva.test.utils.ArchivaBlockJUnit4ClassRunner
All Implemented Interfaces:
Describable, Filterable, Sortable

public class ArchivaBlockJUnit4ClassRunner
extends BlockJUnit4ClassRunner

Author:
Eric

Constructor Summary
ArchivaBlockJUnit4ClassRunner(Class<?> klass)
           
 
Method Summary
protected  List<org.junit.runners.model.FrameworkMethod> computeTestMethods()
           
 
Methods inherited from class org.junit.runners.BlockJUnit4ClassRunner
collectInitializationErrors, createTest, describeChild, getChildren, getTestRules, methodBlock, methodInvoker, possiblyExpectingExceptions, rules, runChild, testName, validateConstructor, validateFields, validateInstanceMethods, validateNoNonStaticInnerClass, validateOnlyOneConstructor, validateTestMethods, validateZeroArgConstructor, withAfters, withBefores, withPotentialTimeout
 
Methods inherited from class org.junit.runners.ParentRunner
childrenInvoker, classBlock, classRules, filter, getDescription, getName, getRunnerAnnotations, getTestClass, run, runLeaf, setScheduler, sort, validatePublicVoidNoArgMethods, withAfterClasses, withBeforeClasses
 
Methods inherited from class org.junit.runner.Runner
testCount
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArchivaBlockJUnit4ClassRunner

public ArchivaBlockJUnit4ClassRunner(Class<?> klass)
                              throws org.junit.runners.model.InitializationError
Throws:
org.junit.runners.model.InitializationError
Method Detail

computeTestMethods

protected List<org.junit.runners.model.FrameworkMethod> computeTestMethods()
Overrides:
computeTestMethods in class BlockJUnit4ClassRunner


Copyright © 2006-2013 The Apache Software Foundation. All Rights Reserved.