Class AutomatedWorkflowActionTemplateValidatorTest

All Implemented Interfaces:
JaloSessionHolder

@IntegrationTest public class AutomatedWorkflowActionTemplateValidatorTest extends ServicelayerTransactionalTest
  • Constructor Details

    • AutomatedWorkflowActionTemplateValidatorTest

      public AutomatedWorkflowActionTemplateValidatorTest()
  • Method Details

    • setUp

      public void setUp() throws Exception
      Throws:
      Exception
    • shouldThrowInterceptorExceptionWhenBothJobClassAndJobHandlerAreSet

      public void shouldThrowInterceptorExceptionWhenBothJobClassAndJobHandlerAreSet()
    • shouldThrowInterceptorExceptionWhenBothJobClassAndJobHandlerAreNull

      public void shouldThrowInterceptorExceptionWhenBothJobClassAndJobHandlerAreNull()
    • shouldThrowInterceptorExceptionWhenJobClassIsSetButWithWrongClass

      public void shouldThrowInterceptorExceptionWhenJobClassIsSetButWithWrongClass()
    • shouldPassValidationWhenJobClassIsSetAndJobHandlerIsNull

      public void shouldPassValidationWhenJobClassIsSetAndJobHandlerIsNull()
    • shouldPassValidationWhenJobHandlerIsSetAndJobClassIsNull

      public void shouldPassValidationWhenJobHandlerIsSetAndJobClassIsNull()