Class DroolsRuleValidationTest

    • Constructor Detail

      • DroolsRuleValidationTest

        public DroolsRuleValidationTest()
    • Method Detail

      • tearDown

        public void tearDown()
      • testDroolsRuleNameAndPackageValidateInterceptorNotTriggered

        public void testDroolsRuleNameAndPackageValidateInterceptorNotTriggered()
                                                                         throws ImpExException,
                                                                                java.io.IOException
        Throws:
        ImpExException
        java.io.IOException
      • testDroolsRuleNameAndPackageValidateInterceptorTriggeredDuringCreate

        public void testDroolsRuleNameAndPackageValidateInterceptorTriggeredDuringCreate()
                                                                                  throws ImpExException,
                                                                                         java.io.IOException
        Throws:
        ImpExException
        java.io.IOException
      • testDroolsRuleInvalidCharacterInRuleName

        public void testDroolsRuleInvalidCharacterInRuleName()
                                                      throws ImpExException,
                                                             java.io.IOException
        Throws:
        ImpExException
        java.io.IOException
      • testDroolsRuleInvalidCharacterInRuleNameValidationDisabled

        public void testDroolsRuleInvalidCharacterInRuleNameValidationDisabled()
                                                                        throws ImpExException,
                                                                               java.io.IOException
        Throws:
        ImpExException
        java.io.IOException
      • testDroolsRuleInvalidCharacterInRuleCode

        public void testDroolsRuleInvalidCharacterInRuleCode()
                                                      throws ImpExException,
                                                             java.io.IOException
        Throws:
        ImpExException
        java.io.IOException
      • testDroolsRuleInvalidCharacterInRuleCodeValidationDisabled

        public void testDroolsRuleInvalidCharacterInRuleCodeValidationDisabled()
                                                                        throws ImpExException,
                                                                               java.io.IOException
        Throws:
        ImpExException
        java.io.IOException
      • testDroolsRuleMismatchRuleCode

        public void testDroolsRuleMismatchRuleCode()
                                            throws java.io.IOException
        Throws:
        java.io.IOException
      • testDroolsRuleWithWhiteSpacesInRuleCode

        public void testDroolsRuleWithWhiteSpacesInRuleCode()
                                                     throws java.io.IOException
        Throws:
        java.io.IOException
      • testDroolsRuleMismatchRuleCodeValidationDisabled

        public void testDroolsRuleMismatchRuleCodeValidationDisabled()
                                                              throws java.io.IOException
        Throws:
        java.io.IOException
      • testDroolsRuleMismatchRuleName

        public void testDroolsRuleMismatchRuleName()
                                            throws java.io.IOException
        Throws:
        java.io.IOException
      • testDroolsRuleMismatchRuleNameValidationDisabled

        public void testDroolsRuleMismatchRuleNameValidationDisabled()
                                                              throws java.io.IOException
        Throws:
        java.io.IOException
      • testDroolsRuleMismatchRulePackage

        public void testDroolsRuleMismatchRulePackage()
                                               throws java.io.IOException
        Throws:
        java.io.IOException
      • testDroolsRuleMismatchRulePackageValidationDisabled

        public void testDroolsRuleMismatchRulePackageValidationDisabled()
                                                                 throws java.io.IOException
        Throws:
        java.io.IOException
      • setConfigurationService

        public void setConfigurationService​(ConfigurationService configurationService)