The unit of logic in a schema
Example #1
0
 protected override void When()
 {
     _calculation = new Calculation(_outputVariable, _expression);
 }
Example #2
0
 protected override void Given()
 {
     _calculation = new Calculation(new Variable("Grasp", "Test", typeof(int)), Expression.Constant(0));
 }