org.springframework.batch.support
Class BinaryExceptionClassifierTests

java.lang.Object
  extended by TestCase
      extended by org.springframework.batch.support.BinaryExceptionClassifierTests

public class BinaryExceptionClassifierTests
extends TestCase


Constructor Summary
BinaryExceptionClassifierTests()
           
 
Method Summary
 void testClassifyExactMatch()
           
 void testClassifyNullIsDefault()
           
 void testClassifyRandomException()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BinaryExceptionClassifierTests

public BinaryExceptionClassifierTests()
Method Detail

testClassifyNullIsDefault

public void testClassifyNullIsDefault()

testClassifyRandomException

public void testClassifyRandomException()

testClassifyExactMatch

public void testClassifyExactMatch()


Copyright © 2008 SpringSource. All Rights Reserved.