public void getExtentionNoExtentionTest()
 {
     CheckFile.getExtention("this is a test");
 }
 public void getExtentionHasExtentionTest()
 {
     Assert.AreEqual(TestContext.DataRow["type"].ToString(),
                     CheckFile.getExtention(TestContext.DataRow[RESOURCE_FILE].ToString()));
 }