コード例 #1
0
 public void getExtentionNoExtentionTest()
 {
     CheckFile.getExtention("this is a test");
 }
コード例 #2
0
 public void getExtentionHasExtentionTest()
 {
     Assert.AreEqual(TestContext.DataRow["type"].ToString(),
                     CheckFile.getExtention(TestContext.DataRow[RESOURCE_FILE].ToString()));
 }