Beispiel #1
0
        public void TestIniFileShouldExist()
        {
            iniFile.WriteString("section", "key", "value");
            bool fileExists = File.Exists(this.fileName);

            Assert.IsTrue(fileExists);
        }