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 InMoovTorsoTest { @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 testInMoovTorso() { // fail("Not yet implemented"); } @Test public final void testAttach() { // fail("Not yet implemented"); } @Test public final void testConnect() { // fail("Not yet implemented"); } @Test public final void testDetach() { // 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 testIsAttached() { // fail("Not yet implemented"); } @Test public final void testMoveTo() { // 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 testSetLimits() { // fail("Not yet implemented"); } @Test public final void testSetpins() { // fail("Not yet implemented"); } @Test public final void testSetSpeed() { // fail("Not yet implemented"); } }