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

EvaluateBlockWithIntegerParameter() private method

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