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 InMoovHandTest { @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 testBroadcastState() { // fail("Not yet implemented"); } @Test public final void testGetCategories() { // fail("Not yet implemented"); } @Test public final void testGetDescription() { // fail("Not yet implemented"); } @Test public final void testSave() { // fail("Not yet implemented"); } @Test public final void testStartService() { // fail("Not yet implemented"); } @Test public final void testGetPeers() { // fail("Not yet implemented"); } @Test public final void testMain() { // fail("Not yet implemented"); } @Test public final void testInMoovHand() { // fail("Not yet implemented"); } @Test public final void testAttach() { // fail("Not yet implemented"); } @Test public final void testBird() { // fail("Not yet implemented"); } @Test public final void testClose() { // fail("Not yet implemented"); } @Test public final void testClosePinch() { // fail("Not yet implemented"); } @Test public final void testConnect() { // fail("Not yet implemented"); } @Test public final void testCount() { // fail("Not yet implemented"); } @Test public final void testDetach() { // fail("Not yet implemented"); } @Test public final void testDevilHorns() { // fail("Not yet implemented"); } @Test public final void testFive() { // fail("Not yet implemented"); } @Test public final void testFour() { // fail("Not yet implemented"); } @Test public final void testGetLastActivityTime() { // fail("Not yet implemented"); } @Test public final void testGetScript() { // fail("Not yet implemented"); } @Test public final void testGetSide() { // fail("Not yet implemented"); } @Test public final void testHangTen() { // fail("Not yet implemented"); } @Test public final void testIsAttached() { // fail("Not yet implemented"); } @Test public final void testMap() { // fail("Not yet implemented"); } @Test public final void testMoveToIntegerIntegerIntegerIntegerInteger() { // fail("Not yet implemented"); } @Test public final void testMoveToIntegerIntegerIntegerIntegerIntegerInteger() { // fail("Not yet implemented"); } @Test public final void testOk() { // fail("Not yet implemented"); } @Test public final void testOne() { // fail("Not yet implemented"); } @Test public final void testOnLeapData() { // fail("Not yet implemented"); } @Test public final void testOpen() { // fail("Not yet implemented"); } @Test public final void testOpenPinch() { // fail("Not yet implemented"); } @Test public final void testRelease() { // fail("Not yet implemented"); } @Test public final void testRest() { // fail("Not yet implemented"); } @Test public final void testSetPins() { // fail("Not yet implemented"); } @Test public final void testSetRestIntIntIntIntInt() { // fail("Not yet implemented"); } @Test public final void testSetRestIntIntIntIntIntInteger() { // fail("Not yet implemented"); } @Test public final void testSetSide() { // fail("Not yet implemented"); } @Test public final void testSetSpeed() { // fail("Not yet implemented"); } @Test public final void testStartLeapTracking() { // fail("Not yet implemented"); } @Test public final void testStopLeapTracking() { // fail("Not yet implemented"); } @Test public final void testThree() { // fail("Not yet implemented"); } @Test public final void testThumbsUp() { // fail("Not yet implemented"); } @Test public final void testTwo() { // fail("Not yet implemented"); } @Test public final void testVictory() { // fail("Not yet implemented"); } }