Exemplo n.º 1
0
 @AfterClass
 public static void stop() {
   Config.teardown();
 }
Exemplo n.º 2
0
 /** Shut the RTB server down. */
 @AfterClass
 public static void testCleanup() {
   Config.teardown();
 }