package org.myrobotlab.service; import org.junit.After; import org.junit.AfterClass; import org.junit.Before; import org.junit.BeforeClass; import org.junit.Test; public class KeyboardTest { @BeforeClass public static void setUpBeforeClass() throws Exception { } @AfterClass public static void tearDownAfterClass() throws Exception { } @Before public void setUp() throws Exception { } @After public void tearDown() throws Exception { } @Test public final void testGetCategories() { // fail("Not yet implemented"); } @Test public final void testGetDescription() { // fail("Not yet implemented"); } @Test public final void testMain() { // fail("Not yet implemented"); } @Test public final void testKeyboard() { // fail("Not yet implemented"); } @Test public final void testAddCommand() { // fail("Not yet implemented"); } @Test public final void testAddKeyListenerService() { // fail("Not yet implemented"); } @Test public final void testAddKeyListenerString() { // fail("Not yet implemented"); } @Test public final void testClearMappings() { // fail("Not yet implemented"); } @Test public final void testKeyCommand() { // fail("Not yet implemented"); } @Test public final void testOnKey() { // fail("Not yet implemented"); } @Test public final void testPublishKey() { // fail("Not yet implemented"); } @Test public final void testReadKey() { // fail("Not yet implemented"); } @Test public final void testReMap() { // fail("Not yet implemented"); } }