AjScript.Tests.EvaluationTests.NewStringInstanceOf C# (CSharp) Method

NewStringInstanceOf() private method

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