@Test
public void testForNestedCondition() {
TechnicalProperty property1 = createPropertyWithTypeBoolean();
TechnicalProperty property2 = createPropertyWithTypeBoolean();
TechnicalProperty property3 = createPropertyWithTypeBoolean();
TechnicalProperty property4 = createPropertyWithTypeBoolean();
TechnicalProperty property5 = createPropertyWithTypeBoolean();
TechnicalProperty property6 = createPropertyWithTypeBoolean();
TechnicalProperty property7 = createPropertyWithTypeBoolean();
TechnicalProperty property8 = createPropertyWithTypeBoolean();
BaseCondition baseCondition1 = createBaseCondition(property1,
BaseConditionOperators.EQUALS, "true");
BaseCondition baseCondition2 = createBaseCondition(property2,