AjErl.Tests.MatchUtilitiesTests.NoMatchAtomInteger C# (CSharp) Méthode

NoMatchAtomInteger() private méthode

private NoMatchAtomInteger ( ) : void
Résultat void
        public void NoMatchAtomInteger()
        {
            Context context = new Context();

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