org.springframework.batch.core
Class JobInstanceTests

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

public class JobInstanceTests
extends TestCase

Author:
dsyer

Constructor Summary
JobInstanceTests()
           
 
Method Summary
 void testCreateWithNulls()
           
 void testGetJob()
           
 void testGetName()
          Test method for JobInstance.getJobName().
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JobInstanceTests

public JobInstanceTests()
Method Detail

testGetName

public void testGetName()
Test method for JobInstance.getJobName().


testGetJob

public void testGetJob()

testCreateWithNulls

public void testCreateWithNulls()


Copyright © 2008 SpringSource. All Rights Reserved.