protected override void Context()
 {
     base.Context();
     sut = new SetValuePointXValueCommand(_tableFormula, _valuePoint, _newValue, _buildingBlock);
     A.CallTo(_context).WithReturnType <TableFormula>().Returns(_tableFormula);
 }
 protected override void Context()
 {
     base.Context();
     sut = new SetValuePointXValueCommand(_tableFormula, _valuePoint, _newValue, _buildingBlock);
 }