com.cgiams.esl.fp
Class TestFlowProcessorFactory

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

public class TestFlowProcessorFactory
extends junit.framework.TestCase

Author:
sbowers

Constructor Summary
TestFlowProcessorFactory()
           
 
Method Summary
 void testGetFlowProcessorConfigFileFound()
           
 void testGetFlowProcessorConfigFileNotFound()
           
 void testGetFlowProcessorConfigSameInstance()
           
 void testGetFlowProcessorNoConfigFile()
           
 void testGetFlowProcessorNotSameInstance()
           
 void testGetInstance()
           
 
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

TestFlowProcessorFactory

public TestFlowProcessorFactory()
Method Detail

testGetInstance

public final void testGetInstance()

testGetFlowProcessorNoConfigFile

public final void testGetFlowProcessorNoConfigFile()
                                            throws java.lang.Exception
Throws:
java.lang.Exception

testGetFlowProcessorConfigFileNotFound

public final void testGetFlowProcessorConfigFileNotFound()
                                                  throws java.lang.Exception
Throws:
java.lang.Exception

testGetFlowProcessorConfigFileFound

public final void testGetFlowProcessorConfigFileFound()
                                               throws java.lang.Exception
Throws:
java.lang.Exception

testGetFlowProcessorConfigSameInstance

public final void testGetFlowProcessorConfigSameInstance()
                                                  throws java.lang.Exception
Throws:
java.lang.Exception

testGetFlowProcessorNotSameInstance

public final void testGetFlowProcessorNotSameInstance()
                                               throws java.lang.Exception
Throws:
java.lang.Exception