package org.myrobotlab.service; import org.junit.After; import org.junit.AfterClass; import org.junit.Before; import org.junit.BeforeClass; import org.junit.Test; import org.myrobotlab.logging.LoggerFactory; import org.slf4j.Logger; public class _TemplateServiceTest { public final static Logger log = LoggerFactory.getLogger(_TemplateServiceTest.class); static _TemplateServiceTest service = null; @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 test() { // fail("Not yet implemented"); // TODO } }