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