コード例 #1
0
 protected override void Context()
 {
     base.Context();
     sut = new SetValuePointYValueCommand(_tableFormula, _valuePoint, _newValue, _buildingBlock);
 }
コード例 #2
0
 protected override void Context()
 {
     base.Context();
     sut = new SetValuePointYValueCommand(_tableFormula, _valuePoint, _newValue, _buildingBlock);
     A.CallTo(_context).WithReturnType <TableFormula>().Returns(_tableFormula);
 }