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