AWSSDK.UnitTests.IniFileTest.SectionExistsFalse C# (CSharp) Méthode

SectionExistsFalse() private méthode

private SectionExistsFalse ( ) : void
Résultat void
        public void SectionExistsFalse()
        {
            using (var tester = new IniFileTester(ValidSection1))
            {
                Assert.IsFalse(tester.TestFile.SectionExists("blah"));
            }
        }