示例#1
0
        public void testSystemIsNotImplemented()
        {
            XmlNode testNode = StaticHelpers.getNode("<system/>");

            this.mockBotTagHandler = new AIMLbot.AIMLTagHandlers.system(this.mockBot, this.mockUser, this.mockQuery, this.mockRequest, this.mockResult, testNode);
            Assert.AreEqual("", this.mockBotTagHandler.Transform());
        }
示例#2
0
 public void testSystemIsNotImplemented()
 {
     XmlNode testNode = StaticHelpers.getNode("<system/>");
     this.mockBotTagHandler = new AIMLbot.AIMLTagHandlers.system(this.mockBot, this.mockUser, this.mockQuery, this.mockRequest, this.mockResult, testNode);
     Assert.AreEqual("", this.mockBotTagHandler.Transform());
 }