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