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

GetNegativeInteger() private method

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