if (testClassAnnotation == null) {
throw new InitializationError("OSGiBDTTest annotation is missing");
}
testClassName = testClass.getName();
this.testClassAnnotation = testClassAnnotation;
this.testClass = new TestClass(testClass);
repositories = loadRepositories(testClassAnnotation.repositories());
testClassDescription = createDescription(this.testClass, repositories);
frameworkStarters = createFrameworkStarter(repositories, testClassAnnotation.framework());
if (testBundleFile == null) {