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

NoMatchAtoms() private méthode

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

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