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