示例#1
0
        public void WhenTheTestFileIsParsed(string testFile)
        {
            string testFileContent = testFileManager.GetTestFileContent(testFile);

            parserDriver.FileContent = testFileContent;
            parserDriver.ParseFile();
        }
示例#2
0
 public void WhenTheFileIsParsed()
 {
     parserDriver.ParseFile();
 }