Lines Matching refs:newVal
515 String newVal = changeToCorrectValue(val); in checkStringListProperty() local
516 assertFalse("newVal must not equal val.", newVal.equals(val)); in checkStringListProperty()
518 System.out.println(" Try to change to a correct value '" + newVal + "'"); in checkStringListProperty()
519 aNewValues[0] = newVal; in checkStringListProperty()
614 String newVal = changeToCorrectValue(val); in checkStringProperty() local
615 System.out.println(" Try to change to a correct value '" + newVal + "'"); in checkStringProperty()
616 xFPS.setFastPropertyValue(handle, newVal); in checkStringProperty()
620 if (!checkPaths(checkVal, newVal)) in checkStringProperty()
625 newVal = changeToIncorrectValue(val); in checkStringProperty()
626 System.out.println(" Try to change to incorrect value '" + newVal + "'"); in checkStringProperty()
629 xFPS.setFastPropertyValue(handle, newVal); in checkStringProperty()