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

NewStringInstanceOf() private méthode

private NewStringInstanceOf ( ) : void
Résultat void
        public void NewStringInstanceOf()
        {
            Assert.AreEqual(true, this.EvaluateExpression("new String('foo') instanceof String"));
        }
EvaluationTests