// ------------------------------ SWITCH -------------------------------------------
@Test
public void testSwitch() {
ProjectFile pf = project.openFile("cfg", "Switch.java");
TestCommentData.parseComments(pf.getCFG("Switch", "switch01"));
TestCommentData.parseComments(pf.getCFG("Switch", "switch02"));
TestCommentData.parseComments(pf.getCFG("Switch", "switch03"));
TestCommentData.parseComments(pf.getCFG("Switch", "switch04"));
TestCommentData.parseComments(pf.getCFG("Switch", "switch05"));
TestCommentData.parseComments(pf.getCFG("Switch", "switch06"));
}