Пример #1
0
 public void That_value_becomes_impossible_for_the_other_cells_in_my_sqr()
 {
     _otherCellInMySqrStub.AssertWasCalled(x => x.RememberValueCanNotBe(_value));
 }