AjTalk.Tests.EvaluateTests.EvaluateBlockWithTwoIntegerParameters C# (CSharp) Method

EvaluateBlockWithTwoIntegerParameters() private method

private EvaluateBlockWithTwoIntegerParameters ( ) : void
return void
        public void EvaluateBlockWithTwoIntegerParameters()
        {
            Assert.AreEqual(5, this.Evaluate("[:x :y | x + y] value: 2 value: 3"));
        }
EvaluateTests