public static void ParseMethodTestsFromDisk(string mofFilename) { ParserTests.ParseMethodTest(mofFilename); }
static void Main(string[] args) { ParserTests.Run(); Console.ReadKey(); }