Ejemplo n.º 1
0
        public void testList2ArgumentsAnd()
        {
            String        statement = "Person p and Employee e";
            ETestParser   parser    = new ETestParser(statement, false);
            ParameterList l         = parser.parse_argument_list();

            Assert.IsNotNull(l);
            Assert.AreEqual(2, l.Count);
        }