Class AllTestsWithRuntimeIgnore

java.lang.Object
org.junit.runner.Runner
org.junit.internal.runners.JUnit38ClassRunner
org.junit.internal.runners.SuiteMethod
org.junit.runners.AllTests
org.apache.axis2.testutils.AllTestsWithRuntimeIgnore
All Implemented Interfaces:
org.junit.runner.Describable, 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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    run(org.junit.runner.notification.RunNotifier notifier)
     

    Methods inherited from class org.junit.internal.runners.SuiteMethod

    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 Details

  • Method Details

    • run

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