Helper methods for testing the boo libraries.
Ejemplo n.º 1
0
 public static string LoadSample(string fname)
 {
     using (StreamReader sr = File.OpenText(BooTestCaseUtil.GetTestCasePath(fname)))
     {
         return(sr.ReadToEnd());
     }
 }