Class JSR166TestCase.RunnableShouldThrow

java.lang.Object
  extended by JSR166TestCase.RunnableShouldThrow
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
JSR166TestCase

public abstract class JSR166TestCase.RunnableShouldThrow
extends java.lang.Object
implements java.lang.Runnable


Method Summary
protected abstract  void realRun()
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

realRun

protected abstract void realRun()
                         throws java.lang.Throwable
Throws:
java.lang.Throwable

run

public final void run()
Specified by:
run in interface java.lang.Runnable