public void TestTabIndex() { var setter = Setters.TabIndex(5); setter.Property.Should().Be(Control.TabIndexProperty); setter.Value.Should().Be(5); }