AjScript.Tests.EvaluationTests.GetNegativeInteger C# (CSharp) Méthode

GetNegativeInteger() private méthode

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