AjErl.Tests.MatchUtilitiesTests.NoMatchAtomInteger C# (CSharp) Метод

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

private NoMatchAtomInteger ( ) : void
Результат void
        public void NoMatchAtomInteger()
        {
            Context context = new Context();

            Assert.IsFalse(MatchUtilities.MatchObjects(new Atom("a"), 123, context));
        }