コード例 #1
0
ファイル: TestClass.cs プロジェクト: Carbonfrost/f-spec
 public string[] ReadAllLines(string fileName, Encoding encoding)
 {
     return(TestContext.ReadAllLines(fileName, encoding));
 }
コード例 #2
0
ファイル: TestClass.cs プロジェクト: Carbonfrost/f-spec
 public string[] ReadAllLines(string fileName)
 {
     return(TestContext.ReadAllLines(fileName));
 }