Exemplo n.º 1
0
 private void AssertIf(LineCommand lineCommand, params int[] expected)
 {
     Assert.True(lineCommand.IsIf);
     AssertIf(lineCommand.AsIf().Item, expected, 0);
 }