File[] rootFiles = { null, new File(TestConstants.BODGEIT_SOURCE_LOCATION) };
for (File file : rootFiles) {
for (SourceCodeAccessLevel accessLevel : SourceCodeAccessLevel.values()) {
ProjectConfig config = new ProjectConfig(FrameworkType.JSP, accessLevel, file, null);
JSPDataFlowParser parser = new JSPDataFlowParser(config);
assertTrue("Parameter was not null and should have been.",
parser.parse(EndpointQueryBuilder.start().generateQuery()) == null);
assertTrue("Parameter was not null and should have been.",
parser.parse(emptyDataFlowFinding) == null);