BootstrapComponents.Tests.Components.Buttons.ButtonTests.ButtonPullRight C# (CSharp) Method

ButtonPullRight() private method

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