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

IntegerToString() private méthode

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