Ejemplo n.º 1
0
        private static void ParserTest()
        {
            var t = new ParserTests();

            t.DownloadData("https://news.ycombinator.com/");
            TestForever(t.TokenizeAndParse);
        }
Ejemplo n.º 2
0
        static void Main(string[] args)
        {
            var t = new ParserTests();

            t.DownloadData("https://news.ycombinator.com/");
            TestForever(t.TokenizeAndParse);
        }
Ejemplo n.º 3
0
 static void Main(string[] args)
 {
     var t = new ParserTests();
     t.DownloadData("https://news.ycombinator.com/");
     TestForever(t.TokenizeAndParse);
 }