@Test
 public void testStopWithoutStart() {
   if (!gstreamerInstalled) return;
   gstreamerCapture.stop(timeout);
 }
 @Test
 public void testStartWithoutConfigurationManager() {
   if (!gstreamerInstalled) return;
   gstreamerCapture.start(mockRecording, captureFailureHandler);
 }