Searched refs:testPointValue (Results 1 – 1 of 1) sorted by relevance
42 Point testPointValue = new Point(10, 20); in testProperty() local45 assertFalse(getPointProp().equals(testPointValue)); in testProperty()52 RAW_POINT_PROP.set(this, testPointValue); in testProperty()53 assertEquals(testPointValue, RAW_POINT_PROP.get(this)); in testProperty()