}
protected void runPdttTest(String filename) throws Exception {
File projectFile = new File(getSourceWorkspacePath().toString(), projectName);
IPath path = new Path(projectFile.getAbsolutePath());
final CodeAssistPdttFile pdttFile = new CodeAssistPdttFile(path.append(filename).toOSString());
CompletionProposal[] proposals = getProposals(pdttFile.getFile());
compareProposals(proposals, pdttFile);
}