@Test
 public void test_makeLedPanel() {
   LedPanel lp = mockpanel.makeLedPanel(keyboard, testmaker);
   assertThat("An LedPanel was not created as expected!", lp, instanceOf(LedPanel.class));
 }