Ejemplo n.º 1
0
 public void Select()
 {
     _rowInformation.Select();
 }
 public void ItCanSelectTheRow()
 {
     _rowInformation.Select();
     _dataGridRow.Selected.Should().BeTrue();
 }