public void TestMethod1()
 {
     string source = FileUtil.ReadAllText(path);
     IMethodRetriever retriever = new MethodBodyRetriever();
     retriever.setSource(source);
     Assert.IsTrue(retriever.getMethodBodiesCount() == TEST_METHODS_COUNT);
 }