org.apache.maven.surefire.junitcore
Class Surefire746Test.TestCaseRunner

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.maven.surefire.junitcore.Surefire746Test.TestCaseRunner
All Implemented Interfaces:
Describable, Filterable, Sortable
Enclosing class:
Surefire746Test

public static class Surefire746Test.TestCaseRunner
extends BlockJUnit4ClassRunner


Constructor Summary
Surefire746Test.TestCaseRunner(Class<?> klass)
           
 
Method Summary
 void run(RunNotifier notifier)
           
 
Methods inherited from class org.junit.runners.BlockJUnit4ClassRunner
collectInitializationErrors, computeTestMethods, createTest, describeChild, getChildren, methodBlock, methodInvoker, possiblyExpectingExceptions, rules, runChild, testName, validateConstructor, validateInstanceMethods, validateOnlyOneConstructor, validateTestMethods, validateZeroArgConstructor, withAfters, withBefores, withPotentialTimeout
 
Methods inherited from class org.junit.runners.ParentRunner
childrenInvoker, classBlock, filter, getDescription, getName, getTestClass, 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

Surefire746Test.TestCaseRunner

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

run

public void run(RunNotifier notifier)
Overrides:
run in class ParentRunner<org.junit.runners.model.FrameworkMethod>


Copyright © 2004-2011 The Apache Software Foundation. All Rights Reserved.