org.apache.axis2.testutils
Class JUnit38ClassRunnerWithRuntimeIgnore

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

public class JUnit38ClassRunnerWithRuntimeIgnore
extends org.junit.internal.runners.JUnit38ClassRunner

Extension of the JUnit38ClassRunner that recognizes RuntimeIgnoreException.


Constructor Summary
JUnit38ClassRunnerWithRuntimeIgnore(Class<?> klass)
           
 
Method Summary
 void run(org.junit.runner.notification.RunNotifier notifier)
           
 
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

JUnit38ClassRunnerWithRuntimeIgnore

public JUnit38ClassRunnerWithRuntimeIgnore(Class<?> klass)
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.