BootstrapComponents.Tests.Components.Buttons.ButtonTests.ButtonPullRight C# (CSharp) Méthode

ButtonPullRight() private méthode

private ButtonPullRight ( ) : void
Résultat void
        public void ButtonPullRight()
        {
            var button = new Button("Button").PullRight();
            Assert.AreEqual("<button class=\"btn btn-default pull-right\">Button</button>", button.ToHtmlString());
        }