org.springframework.batch.core
Class BatchStatusTests

java.lang.Object
  extended by TestCase
      extended by org.springframework.batch.core.BatchStatusTests

public class BatchStatusTests
extends TestCase

Author:
Dave Syer

Constructor Summary
BatchStatusTests()
           
 
Method Summary
 void testGetStatus()
          Test method for BatchStatus.getStatus(java.lang.String).
 void testGetStatusNullCode()
          Test method for BatchStatus.getStatus(java.lang.String).
 void testGetStatusWrongCode()
          Test method for BatchStatus.getStatus(java.lang.String).
 void testSerialization()
           
 void testToString()
          Test method for BatchStatus.toString().
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BatchStatusTests

public BatchStatusTests()
Method Detail

testToString

public void testToString()
Test method for BatchStatus.toString().


testGetStatus

public void testGetStatus()
Test method for BatchStatus.getStatus(java.lang.String).


testGetStatusWrongCode

public void testGetStatusWrongCode()
Test method for BatchStatus.getStatus(java.lang.String).


testGetStatusNullCode

public void testGetStatusNullCode()
Test method for BatchStatus.getStatus(java.lang.String).


testSerialization

public void testSerialization()
                       throws Exception
Throws:
Exception


Copyright © 2008 SpringSource. All Rights Reserved.