org.progeeks.junit
Class TestInvocationHandler.TestException

java.lang.Object
  extended by org.progeeks.junit.TestInvocationHandler.TestException
Enclosing class:
TestInvocationHandler

protected static class TestInvocationHandler.TestException
extends java.lang.Object

Class used to denote a specific method invocation should generate an exception rather than return a result.

Version:
$Revision: 1.5 $
Author:
Paul Wisneskey

Constructor Summary
TestInvocationHandler.TestException(java.lang.Throwable throwable)
           
 
Method Summary
 java.lang.Throwable getThrowable()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestInvocationHandler.TestException

public TestInvocationHandler.TestException(java.lang.Throwable throwable)
Method Detail

getThrowable

public java.lang.Throwable getThrowable()


Copyright © 2002-2003 Paul Speed. All Rights Reserved.