}
@Test
public void testForRegExInvalidOperators() {
TechnicalProperty property = createPropertyWithTypeRegularExpression();
Constraint constraint = createConstraint(property, "1");
constraint.setOperator(BaseConditionOperators.EQUALS);
assignedConstraintsSet.getAssignedConstraints().add(constraint);