OSGiBDTTestWrapper testArguments = new OSGiBDTTestWrapper(null, null, framework, StartPolicy.ONCE_PER_TEST_CLASS,
repositoryLocations, null, systemBundle, required, arguments);
try {
OSGiBDTJUnitRunner runner = new OSGiBDTJUnitRunner(testClass, testArguments, findBundle(testBundle), parameters);
RunNotifier notifier = new RunNotifier();
OSGiBDTFitRunListener listener = new OSGiBDTFitRunListener();
notifier.addListener(listener);
runner.run(notifier);
addTestResultRows(cells, listener.getResults());
} catch (InitializationError e) {
exception(cells, e);
}