AjErl.Tests.Language.AtomTests.MatchWithNull C# (CSharp) Method

MatchWithNull() private method

private MatchWithNull ( ) : void
return void
        public void MatchWithNull()
        {
            Atom atom = new Atom("one");

            Assert.IsFalse(atom.Match(null));
        }