AWSSDK.UnitTests.IniFileTest.SectionExistsTrue C# (CSharp) Method

SectionExistsTrue() private method

private SectionExistsTrue ( ) : void
return void
        public void SectionExistsTrue()
        {
            using (var tester = new IniFileTester(ValidSection1))
            {
                Assert.IsTrue(tester.TestFile.SectionExists("section"));
            }
        }