Class CreateAuditReportJobPerformableTest


  • public class CreateAuditReportJobPerformableTest
    extends java.lang.Object
    • Field Detail

      • WORKFLOW_TEMPLATE_NAME

        public static final java.lang.String WORKFLOW_TEMPLATE_NAME
        See Also:
        Constant Field Values
      • WORKFLOW_TEMPLATE_NAME_UNKNOWN

        public static final java.lang.String WORKFLOW_TEMPLATE_NAME_UNKNOWN
        See Also:
        Constant Field Values
      • captor

        @Captor
        protected org.mockito.ArgumentCaptor<java.util.List<ItemModel>> captor
    • Constructor Detail

      • CreateAuditReportJobPerformableTest

        public CreateAuditReportJobPerformableTest()
    • Method Detail

      • setup

        public void setup()
      • testPerformWhenReportCannotBeCreated

        public void testPerformWhenReportCannotBeCreated()
      • testPerformWhenReportIsCreatedSuccessfully

        public void testPerformWhenReportIsCreatedSuccessfully()
      • testStartWorkflow

        public void testStartWorkflow()
      • testStartWorkflowUnknownTemplate

        public void testStartWorkflowUnknownTemplate()