Пример #1
0
        public void HighlightPath_should_set_HighlightPath_property_of_PanelBar()
        {
            const bool value = true;

            _builder.HighlightPath(value);

            Assert.Equal(value, _tabStrip.HighlightPath);
        }