protected override void When() { _calculation = new Calculation(_outputVariable, _expression); }
protected override void Given() { _calculation = new Calculation(new Variable("Grasp", "Test", typeof(int)), Expression.Constant(0)); }