AjScript.Tests.EvaluationTests.GetInteger C# (CSharp) Method

GetInteger() private method

private GetInteger ( ) : void
return void
        public void GetInteger()
        {
            Assert.AreEqual(3, this.EvaluateExpression("3"));
        }
EvaluationTests