@AfterClass public static void tearDownClass() throws Exception { osgi.shutdown(); }
/** Shutdown OSGi and the videobridge. */ @AfterClass public static void tearDown() throws InterruptedException { osgiHandler.stop(); }
@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); }