Example #1
0
        public void Should_set_maxValue_property_of_the_slider()
        {
            const int value = 20;

            builder.Max(value);

            component.MaxValue.ShouldEqual(value);
        }