BootstrapComponents.Tests.Core.HtmlContainerTests.PullRight C# (CSharp) Méthode

PullRight() private méthode

private PullRight ( ) : void
Résultat void
        public void PullRight()
        {
            var cont = new MockHtmlContainer("tag").PullRight();
            Assert.AreEqual("<tag class=\"pull-right\" />", cont.ToHtmlString());
        }