@AfterClass
 public static void tearDown() throws Exception {
   bristlebacTestInstance.startServer();
 }
 @BeforeClass
 public static void setUp() throws Exception {
   bristlebacTestInstance = new BristlebacTestInstance();
   bristlebacTestInstance.startServer();
 }