Class ProcessDefinitionFactoryTest

All Implemented Interfaces:
JaloSessionHolder

@IntegrationTest public class ProcessDefinitionFactoryTest extends ServicelayerBaseTest
  • Constructor Details

    • ProcessDefinitionFactoryTest

      public ProcessDefinitionFactoryTest()
  • Method Details

    • setUp

      public void setUp()
    • testProcessDefinitionFactoryGetAllProcessDefinitions

      public void testProcessDefinitionFactoryGetAllProcessDefinitions()
    • testValid

      public void testValid() throws Exception
      Throws:
      Exception
    • testNoActions

      public void testNoActions() throws Exception
      Throws:
      Exception
    • testInvalidNamespace

      public void testInvalidNamespace() throws Exception
      Throws:
      Exception
    • testMissingStartAction

      public void testMissingStartAction() throws Exception
      Throws:
      Exception
    • testInvalidStartAction

      public void testInvalidStartAction() throws Exception
      Throws:
      Exception
    • testEmptyStartAction

      public void testEmptyStartAction() throws Exception
      Throws:
      Exception
    • testMissingProcessName

      public void testMissingProcessName() throws Exception
      Throws:
      Exception
    • testEmptyProcessName

      public void testEmptyProcessName() throws Exception
      Throws:
      Exception
    • testDuplicateContextParameter

      public void testDuplicateContextParameter() throws Exception
      Throws:
      Exception
    • testMissingContextParameterName

      public void testMissingContextParameterName() throws Exception
      Throws:
      Exception
    • testEmptyContextParameterName

      public void testEmptyContextParameterName() throws Exception
      Throws:
      Exception
    • testMissingContextParameterType

      public void testMissingContextParameterType() throws Exception
      Throws:
      Exception
    • testEmptyContextParameterType

      public void testEmptyContextParameterType() throws Exception
      Throws:
      Exception
    • testInvalidContextParameterType

      public void testInvalidContextParameterType() throws Exception
      Throws:
      Exception
    • testEmptyOnErrorAction

      public void testEmptyOnErrorAction() throws Exception
      Throws:
      Exception
    • testInvalidOnErrorAction

      public void testInvalidOnErrorAction() throws Exception
      Throws:
      Exception