Searched refs:RAW_POINT_PROP (Results 1 – 1 of 1) sorted by relevance
47 assertEquals(getPointProp(), RAW_POINT_PROP.get(this)); in testProperty()52 RAW_POINT_PROP.set(this, testPointValue); in testProperty()53 assertEquals(testPointValue, RAW_POINT_PROP.get(this)); in testProperty()109 private static final Property<PropertyTest, Point> RAW_POINT_PROP = field in PropertyTest