Example #1
0
 public string[] ReadAllLines(string fileName, Encoding encoding)
 {
     return(TestContext.ReadAllLines(fileName, encoding));
 }
Example #2
0
 public string[] ReadAllLines(string fileName)
 {
     return(TestContext.ReadAllLines(fileName));
 }