Class AutomatedWorkflowActionTemplateValidatorTest

    • Constructor Detail

      • AutomatedWorkflowActionTemplateValidatorTest

        public AutomatedWorkflowActionTemplateValidatorTest()
    • Method Detail

      • setUp

        public void setUp()
                   throws java.lang.Exception
        Throws:
        java.lang.Exception
      • shouldThrowInterceptorExceptionWhenBothJobClassAndJobHandlerAreSet

        public void shouldThrowInterceptorExceptionWhenBothJobClassAndJobHandlerAreSet()
      • shouldThrowInterceptorExceptionWhenBothJobClassAndJobHandlerAreNull

        public void shouldThrowInterceptorExceptionWhenBothJobClassAndJobHandlerAreNull()
      • shouldThrowInterceptorExceptionWhenJobClassIsSetButWithWrongClass

        public void shouldThrowInterceptorExceptionWhenJobClassIsSetButWithWrongClass()
      • shouldPassValidationWhenJobClassIsSetAndJobHandlerIsNull

        public void shouldPassValidationWhenJobClassIsSetAndJobHandlerIsNull()
      • shouldPassValidationWhenJobHandlerIsSetAndJobClassIsNull

        public void shouldPassValidationWhenJobHandlerIsSetAndJobClassIsNull()