org.springframework.batch.retry
Class TerminatedRetryExceptionTests

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.springframework.batch.retry.AbstractExceptionTests
              extended by org.springframework.batch.retry.TerminatedRetryExceptionTests
All Implemented Interfaces:
junit.framework.Test

public class TerminatedRetryExceptionTests
extends AbstractExceptionTests


Constructor Summary
TerminatedRetryExceptionTests()
           
 
Method Summary
 Exception getException(String msg)
           
 Exception getException(String msg, Throwable t)
           
 void testNothing()
           
 
Methods inherited from class org.springframework.batch.retry.AbstractExceptionTests
testExceptionString, testExceptionStringThrowable
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TerminatedRetryExceptionTests

public TerminatedRetryExceptionTests()
Method Detail

getException

public Exception getException(String msg)
                       throws Exception
Specified by:
getException in class AbstractExceptionTests
Throws:
Exception

getException

public Exception getException(String msg,
                              Throwable t)
                       throws Exception
Specified by:
getException in class AbstractExceptionTests
Throws:
Exception

testNothing

public void testNothing()
                 throws Exception
Throws:
Exception


Copyright © 2008 SpringSource. All Rights Reserved.