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