public void ItCanBeAddedToTheSelection()
        {
            var otherSelected = AddSelectedRow("Other Selected");

            _rowInformation.AddToSelection();

            _rowInformation.IsSelected.Should().BeTrue();
            otherSelected.Selected.Should().BeTrue();
        }
Пример #2
0
 public void AddToSelection()
 {
     _rowInformation.AddToSelection();
 }