Example #1
0
 public FileSystemTests(TestRunner tr)
 {
     TestRunner = tr;
 }
Example #2
0
        public static int Main(string [] args)
        {
            var r = new TestRunner ();

            return r.Run ();
        }
Example #3
0
 public StreamTests(TestRunner tr)
 {
     TestRunner = tr;
 }