Пример #1
0
        public void CorrectlyInitializeColorLegend()
        {
            var target = Target;
            var model  = target.Current;

            Thread.Sleep(1000);

            target.ShowColorPicker = false;

            Thread.Sleep(1000);

            ColorLegendAssert.AllCheckedState(target);
            ColorLegendAssert.ItemsCheckStateMatch(target);
            ColorLegendAssert.ItemsSelectedStateMatch(target);
            ColorLegendAssert.ClearSelectionState(target);
        }
 public void CorrectlyUncheckAllItems()
 {
     //Checking initial state of color legend
     ColorLegendAssert.AllCheckedState(Target);
 }