AIMA.Test.Core.Unit.Logic.Propositional.Parsing.PEParserTest.testNotSentenceParse C# (CSharp) 메소드

testNotSentenceParse() 개인적인 메소드

private testNotSentenceParse ( ) : void
리턴 void
        public void testNotSentenceParse()
        {
            UnarySentence sen = (UnarySentence)parser.parse("NOT AIMA");
            Assert.AreEqual(typeof(UnarySentence), sen.GetType());
        }