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