org.apache.axis2.testutils
Class AllTestsWithRuntimeIgnore
java.lang.Object
org.junit.runner.Runner
org.junit.internal.runners.JUnit38ClassRunner
org.junit.runners.AllTests
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
.
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 |
AllTestsWithRuntimeIgnore
public AllTestsWithRuntimeIgnore(Class<?> klass)
throws Throwable
- Throws:
Throwable
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.