Searched refs:controlC (Results 1 – 1 of 1) sorted by relevance
56 private Control controlC; field in ControlTest134 assertSame(controlC, Control.getControl(FORMAT_CLASS)); in test_getControl_LList()139 assertTrue(controlC.getClass() != Control.class); in test_getControl_LList()144 assertSame(controlC, Control.getControl(list)); in test_getControl_LList()188 assertNotSame(controlC, Control.getNoFallbackControl(FORMAT_CLASS)); in test_getNoFallbackControl_LList()191 controlC = Control.getNoFallbackControl(FORMAT_CLASS); in test_getNoFallbackControl_LList()195 assertSame(controlC, Control.getNoFallbackControl(FORMAT_CLASS)); in test_getNoFallbackControl_LList()200 assertTrue(controlC.getClass() != Control.class); in test_getNoFallbackControl_LList()204 assertEquals(FORMAT_CLASS, controlC.getFormats("")); in test_getNoFallbackControl_LList()228 assertSame(controlC, Control.getNoFallbackControl(list)); in test_getNoFallbackControl_LList()[all …]