public void checkHasExtentionNoExtentionTest() { Assert.IsFalse(CheckFile.checkHasExtention("this is a test")); }
public void checkHasExtentionHasExtention() { Assert.IsTrue(CheckFile.checkHasExtention(TestContext.DataRow[RESOURCE_FILE].ToString())); }