org.apache.axis2.testutils
Class AllTestsWithRuntimeIgnore

java.lang.Object
  extended by org.junit.runner.Runner
      extended by org.junit.internal.runners.JUnit38ClassRunner
          extended by org.junit.runners.AllTests
              extended by org.apache.axis2.testutils.AllTestsWithRuntimeIgnore
All Implemented Interfaces:
org.junit.runner.manipulation.Filterable, org.junit.runner.manipulation.Sortable

public class AllTestsWithRuntimeIgnore
extends org.junit.runners.AllTests

Extension of the AllTests runner that recognizes RuntimeIgnoreException.


Constructor Summary
AllTestsWithRuntimeIgnore(Class<?> klass)
           
 
Method Summary
 void run(org.junit.runner.notification.RunNotifier notifier)
           
 
Methods inherited from class org.junit.runners.AllTests
testFromSuiteMethod
 
Methods inherited from class org.junit.internal.runners.JUnit38ClassRunner
createAdaptingListener, filter, getDescription, sort
 
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

AllTestsWithRuntimeIgnore

public AllTestsWithRuntimeIgnore(Class<?> klass)
                          throws Throwable
Throws:
Throwable
Method Detail

run

public void run(org.junit.runner.notification.RunNotifier notifier)
Overrides:
run in class org.junit.internal.runners.JUnit38ClassRunner


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