Go to the documentation of this file.00001 package org.ros.dynamic_reconfigure.test;
00002
00003 import static org.junit.Assert.*;
00004
00005 import org.junit.After;
00006 import org.junit.Before;
00007 import org.junit.Test;
00008
00009 public class TestServer {
00010
00011 @Before
00012 public void setUp() throws Exception {
00013 }
00014
00015 @After
00016 public void tearDown() throws Exception {
00017 }
00018
00019 @Test
00020 public void test() {
00021 fail("Not yet implemented");
00022 }
00023
00024 }