public void checkExtentionNoExtention() { Assert.IsFalse(CheckFile.checkExtention(TestContext.DataRow[RESOURCE_FILE].ToString(), "this is a test")); }
public void checkExtentionDifExtention() { Assert.IsFalse(CheckFile.checkExtention(TestContext.DataRow[FILE_TO_COMPARE_ONE].ToString(), TestContext.DataRow[COMPARE_FILE].ToString())); }