Acquarella.Tests.Configuration.TextConfigurationTests.LoadHtmlDarkWithTextBeginAndEnd C# (CSharp) Méthode

LoadHtmlDarkWithTextBeginAndEnd() private méthode

private LoadHtmlDarkWithTextBeginAndEnd ( ) : void
Résultat void
        public void LoadHtmlDarkWithTextBeginAndEnd()
        {
            TextConfiguration config = TextConfiguration.LoadFromFile("TextHtmlDark.txt");

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