Searched refs:actualXValue (Results 1 – 1 of 1) sorted by relevance
96 Object actualXValue = clazz.getDeclaredMethod("x").invoke(obj); in testWithDifferentTypes() local97 assertEquals(actualXValue, expectedXValue); in testWithDifferentTypes()