com.cgiams.esl.fp
Class TestFlowProcessor

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended bycom.cgiams.esl.fp.TestFlowProcessor
All Implemented Interfaces:
junit.framework.Test

public class TestFlowProcessor
extends junit.framework.TestCase

Author:
sbowers

Constructor Summary
TestFlowProcessor()
           
 
Method Summary
 void testAssignExecutionIdCorrectly()
           
 void testAssignExecutionIdMoreThanOneInList()
           
 void testAssignExecutionIdNullList()
           
 void testPerformQueryForAllHandlers()
           
 void testPerformQueryForCompassRefData()
           
 void testPerformQueryForHandlerID()
           
 void testPerformQueryForHandlerIDNoResults()
           
 void testPerformQueryForTechnique()
           
 void testPerformSubmitForAllHandlers()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, getName, run, run, runBare, setName, 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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestFlowProcessor

public TestFlowProcessor()
Method Detail

testAssignExecutionIdCorrectly

public void testAssignExecutionIdCorrectly()
                                    throws java.lang.Exception
Throws:
java.lang.Exception

testAssignExecutionIdNullList

public void testAssignExecutionIdNullList()
                                   throws java.lang.Exception
Throws:
java.lang.Exception

testAssignExecutionIdMoreThanOneInList

public void testAssignExecutionIdMoreThanOneInList()
                                            throws java.lang.Exception
Throws:
java.lang.Exception

testPerformQueryForHandlerID

public void testPerformQueryForHandlerID()
                                  throws java.lang.Exception
Throws:
java.lang.Exception

testPerformQueryForTechnique

public void testPerformQueryForTechnique()
                                  throws java.lang.Exception
Throws:
java.lang.Exception

testPerformQueryForCompassRefData

public void testPerformQueryForCompassRefData()
                                       throws java.lang.Exception
Throws:
java.lang.Exception

testPerformQueryForHandlerIDNoResults

public void testPerformQueryForHandlerIDNoResults()
                                           throws java.lang.Exception
Throws:
java.lang.Exception

testPerformQueryForAllHandlers

public void testPerformQueryForAllHandlers()
                                    throws java.lang.Exception
Throws:
java.lang.Exception

testPerformSubmitForAllHandlers

public void testPerformSubmitForAllHandlers()
                                     throws java.lang.Exception
Throws:
java.lang.Exception