public void ItCanBeAddedToTheSelection() { var otherSelected = AddSelectedRow("Other Selected"); _rowInformation.AddToSelection(); _rowInformation.IsSelected.Should().BeTrue(); otherSelected.Selected.Should().BeTrue(); }
public void AddToSelection() { _rowInformation.AddToSelection(); }