コード例 #1
0
 public void Select()
 {
     _rowInformation.Select();
 }
コード例 #2
0
 public void ItCanSelectTheRow()
 {
     _rowInformation.Select();
     _dataGridRow.Selected.Should().BeTrue();
 }