Class DefaultDroolsRuleConditionsGeneratorTest

    • Constructor Detail

      • DefaultDroolsRuleConditionsGeneratorTest

        public DefaultDroolsRuleConditionsGeneratorTest()
    • Method Detail

      • setUp

        public void setUp()
      • testSingleNotCondition

        public void testSingleNotCondition()
                                    throws java.io.IOException
        Throws:
        java.io.IOException
      • testSingleCondition

        public void testSingleCondition()
                                 throws java.io.IOException
        Throws:
        java.io.IOException
      • testSingleConditionWithExcludedVariableClassNames

        public void testSingleConditionWithExcludedVariableClassNames()
                                                               throws java.io.IOException
        Throws:
        java.io.IOException
      • testSingleRelConditionWithTargetAttribute

        public void testSingleRelConditionWithTargetAttribute()
                                                       throws java.io.IOException
        Throws:
        java.io.IOException
      • testMultipleConditions

        public void testMultipleConditions()
                                    throws java.io.IOException
        Throws:
        java.io.IOException
      • testMultipleConditionsWithSameTypeVariables

        public void testMultipleConditionsWithSameTypeVariables()
                                                         throws java.io.IOException
        Throws:
        java.io.IOException
      • testSinglePatternWhenCondition

        public void testSinglePatternWhenCondition()
                                            throws java.io.IOException
        Throws:
        java.io.IOException
      • testPatternAndGroupWhenConditions

        public void testPatternAndGroupWhenConditions()
                                               throws java.io.IOException
        Throws:
        java.io.IOException
      • testGroupWhenConditions

        public void testGroupWhenConditions()
                                     throws java.io.IOException
        Throws:
        java.io.IOException
      • testNotWhenConditions

        public void testNotWhenConditions()
                                   throws java.io.IOException
        Throws:
        java.io.IOException
      • createPatternConditions

        protected java.util.List<RuleIrCondition> createPatternConditions()