Acquarella.Tests.Configuration.TextConfigurationTests.LoadHtmlDarkWithTextBeginAndEnd C# (CSharp) 메소드

LoadHtmlDarkWithTextBeginAndEnd() 개인적인 메소드

private LoadHtmlDarkWithTextBeginAndEnd ( ) : void
리턴 void
        public void LoadHtmlDarkWithTextBeginAndEnd()
        {
            TextConfiguration config = TextConfiguration.LoadFromFile("TextHtmlDark.txt");

            Assert.IsNotNull(config.Formats["TextBegin"]);
            Assert.IsNotNull(config.Formats["TextEnd"]);
        }