performTest(pf.getCFG("InfixExpressions", "notLazyXor02"));
}
@Test
public void testMethodInvocation() throws CoreException {
ProjectFile pf = project.openFile("domain.expressions", "MethodInvocation.java");
performTest(pf.getCFG("MethodInvocation", "methodInvocation01"));
performTest(pf.getCFG("MethodInvocation", "methodInvocation02"));
performTest(pf.getCFG("MethodInvocation", "methodInvocation03"));
performTest(pf.getCFG("MethodInvocation", "methodInvocation04"));
performTest(pf.getCFG("MethodInvocation", "methodInvocation05"));
performTest(pf.getCFG("MethodInvocation", "methodInvocation06"));
performTest(pf.getCFG("MethodInvocation", "methodInvocation07"));
performTest(pf.getCFG("MethodInvocation", "methodInvocation08"));
performTest(pf.getCFG("MethodInvocation", "methodInvocationWithResult01"));
performTest(pf.getCFG("MethodInvocation", "methodInvocationSuper01"));
performTest(pf.getCFG("MethodInvocation", "methodInvocationSuper02"));
performTest(pf.getCFG("MethodInvocation", "booleanMethodInvocation01"));
performTest(pf.getCFG("MethodInvocation", "booleanMethodInvocation02"));
performTest(pf.getCFG("MethodInvocation", "booleanMethodInvocation03"));
performTest(pf.getCFG("MethodInvocation", "booleanMethodInvocation04"));
performTest(pf.getCFG("MethodInvocation", "booleanMethodInvocation05"));
performTest(pf.getCFG("MethodInvocation", "booleanMethodInvocationWithResult01"));
performTest(pf.getCFG("MethodInvocation", "booleanMethodInvocationSuper01"));
performTest(pf.getCFG("MethodInvocation", "booleanMethodInvocationSuper02"));
performTest(pf.getCFG("MethodInvocation", "booleanMethodInvocationSuper03"));
}