コード例 #1
0
 //IO
 public static string  assert_File_Exists(this string filePath)
 {
     return(nUnitTests.assert_File_Exists(filePath));
 }