def testSuccess(self):
     print '\n' + XmlEmitter.emitXmlContent("testSuccess", True, None, None)
 def testSuccess2Args(self):
     print '\n' + XmlEmitter.emitXmlContent("testSuccess2Args", True,
                                            "http://localhost:8000",
                                            "Can't pass this case")
 def testError2Args(self):
     print '\n' + XmlEmitter.emitXmlContent("testError2Args", False,
                                            "http://localhost:8000",
                                            "Can't pass this case")
 def testContent(self):
     print '\n' + XmlEmitter.emitXmlContent("testContent", True,
                                            "http://localhost:8000", None)
 def testError(self):
     print '\n' + XmlEmitter.emitXmlContent("testError", False, None,
                                            "Can't pass this case")
 def testError2Args(self):
     print '\n' + XmlEmitter.emitXmlContent("testError2Args", False, "http://localhost:8000", "Can't pass this case")
 def testSuccess2Args(self):
     print '\n' + XmlEmitter.emitXmlContent("testSuccess2Args", True, "http://localhost:8000", "Can't pass this case")
 def testError(self):
     print '\n' + XmlEmitter.emitXmlContent("testError", False, None, "Can't pass this case")
 def testContent(self):
     print '\n' + XmlEmitter.emitXmlContent("testContent", True, "http://localhost:8000", None)
 def testSuccess(self):
     print '\n' + XmlEmitter.emitXmlContent("testSuccess", True, None, None)