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

GetInteger() private méthode

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