Пример #1
0
 /** Tests the Initial values for the component attributes. */
 public void testInitialAttributeValues() {
   CorePanelRadio component = new CorePanelRadio();
   assertEquals(true, component.isRendered());
   assertNull(component.getLabel());
   assertEquals("start", component.getPosition());
   assertEquals("center", component.getAlignment());
 }