| org.drools.rule.GroupElementTest
GroupElementTest | public class GroupElementTest extends TestCase (Code) | | |
testAddMultipleChildsIntoNot | public void testAddMultipleChildsIntoNot()(Code) | | |
testAddSingleBranchAnd | public void testAddSingleBranchAnd()(Code) | | |
testAddSingleBranchOr | public void testAddSingleBranchOr()(Code) | | |
testDeepNestedStructure | public void testDeepNestedStructure()(Code) | | This test tests deep nested structures, and shall transform this:
AND2
|
OR3
|
OR2
|
AND1
|
OR1
/ \
C1 C2
Into this:
OR1
/ \
C1 C2
|
testDeepNestedStructureWithMultipleElementsInRoot | public void testDeepNestedStructureWithMultipleElementsInRoot()(Code) | | This test tests deep nested structures, and shall transform this:
AND2
/ \
OR3 C3
|
OR2
|
AND1
|
OR1
/ \
C1 C2
Into this:
AND2
/ \
OR1 C3
/ \
C1 C2
|
testPackNestedAnd | public void testPackNestedAnd()(Code) | | |
testPackNestedExists | public void testPackNestedExists()(Code) | | |
testPackNestedOr | public void testPackNestedOr()(Code) | | |
|
|