AjScript.Tests.EvaluationTests.GetNegativeReal C# (CSharp) Метод

GetNegativeReal() приватный Метод

private GetNegativeReal ( ) : void
Результат void
        public void GetNegativeReal()
        {
            Assert.AreEqual(-3.14, this.EvaluateExpression("-3.14"));
        }
EvaluationTests