Esempio n. 1
0
 @AfterClass
 public static void tearDownClass() throws Exception {
   osgi.shutdown();
 }
 /** Shutdown OSGi and the videobridge. */
 @AfterClass
 public static void tearDown() throws InterruptedException {
   osgiHandler.stop();
 }
Esempio n. 3
0
 @BeforeClass
 public static void setUpClass() throws Exception {
   osgi.init();
 }
  /** Initializes OSGi and the videobridge. */
  @BeforeClass
  public static void setUp() throws InterruptedException {
    osgiHandler.start();

    bridge = osgiHandler.getService(Videobridge.class);
  }