Ejemplo n.º 1
0
 @AfterClass
 public static void tearDown() throws Exception {
   bristlebacTestInstance.startServer();
 }
Ejemplo n.º 2
0
 @BeforeClass
 public static void setUp() throws Exception {
   bristlebacTestInstance = new BristlebacTestInstance();
   bristlebacTestInstance.startServer();
 }