com.googlecode.kevinarpe.papaya.exception
Class DelegateExceptionTestHelper<TException extends Exception>

java.lang.Object
  extended by com.googlecode.kevinarpe.papaya.exception.DelegateExceptionTestHelper<TException>

public final class DelegateExceptionTestHelper<TException extends Exception>
extends Object

Author:
Kevin Connor ARPE (kevinarpe@gmail.com)

Method Summary
static
<TException2 extends Exception>
DelegateExceptionTestHelper
newInstance(Class<TException2> exceptionClass)
           
 void runAllTests()
           
 void testCtorString()
           
 void testCtorStringThrowable()
           
 void testCtorThrowable()
           
 void testCtorVoid()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

newInstance

public static <TException2 extends Exception> DelegateExceptionTestHelper newInstance(Class<TException2> exceptionClass)

runAllTests

public void runAllTests()

testCtorVoid

public void testCtorVoid()

testCtorString

public void testCtorString()

testCtorStringThrowable

public void testCtorStringThrowable()

testCtorThrowable

public void testCtorThrowable()


Copyright © 2013-2014. All Rights Reserved.