helper.addSourceFile("testPackage", "Base.java", TestHelper.getFileContent(FamixImporterPlugin.openBundledFile("./data/testPackage/Base.java")), null);
helper.addSourceFile("testPackage", "IBase.java", TestHelper.getFileContent(FamixImporterPlugin.openBundledFile("./data/testPackage/IBase.java")), null);
helper.addSourceFile("testPackage", "InnerAnonym.java", TestHelper.getFileContent(FamixImporterPlugin.openBundledFile("./data/testPackage/InnerAnonym.java")), null);
helper.addSourceFile("testPackage", "Sum.java", TestHelper.getFileContent(FamixImporterPlugin.openBundledFile("./data/testPackage/Sum.java")), null);
helper.addSourceFile("testPackage", "Variables.java", TestHelper.getFileContent(FamixImporterPlugin.openBundledFile("./data/testPackage/Variables.java")), null);
}
protected static void setUpProject2() throws CoreException, IOException{
JavaProjectHelper helper = new JavaProjectHelper();
helper.createProject("TestProject2", "bin", null);