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