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

GetReal() private method

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