}
@Test
public void NumberLineComments2() throws FileNotFoundException, IOException{
ReaderFile reader = new ReaderFile("src/Principal/Parser.java");
LineComments numlinescomments = new LineComments(reader);
assertEquals(numlinescomments.getCount(), 4);
}