AjTalk.Tests.LibraryEvaluateTests.IntegerIsNilIsNotNil C# (CSharp) Method

IntegerIsNilIsNotNil() private method

private IntegerIsNilIsNotNil ( ) : void
return void
        public void IntegerIsNilIsNotNil()
        {
            Assert.AreEqual(false, this.Evaluate("0 isNil"));
            Assert.AreEqual(true, this.Evaluate("1 isNotNil"));
        }