#include "third_party/libjingle_xmpp/xmllite/xmlnsstack.h"
#include <iostream>
#include <sstream>
#include <string>
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/libjingle_xmpp/xmllite/xmlconstants.h"
NS_XML;
NS_XMLNS;
QName;
XmlnsStack;
TEST(XmlnsStackTest, TestBuiltin) { … }
TEST(XmlnsStackTest, TestNsForPrefix) { … }
TEST(XmlnsStackTest, TestPrefixForNs) { … }
TEST(XmlnsStackTest, TestFrames) { … }
TEST(XmlnsStackTest, TestAddNewPrefix) { … }
TEST(XmlnsStackTest, TestFormatQName) { … }