#include <QBuffer>
#include <QFile>
#include <QDateTime>
#include <QProcess>
#include <QString>
#include <QTextStream>
#include <KoXmlReader.h>
#include <QtXml>
Graphe des dépendances par inclusion de koxmlreadertest.cpp:
Aller au code source de ce fichier.
Macros | |
#define | CHECK(x, y) check(__FILE__,__LINE__,#x,x,y) |
Fonctions | |
template<typename T> | |
void | check (const char *file, int line, const char *msg, const T &result, const T &expected) |
void | check (const char *file, int line, const char *msg, bool result, bool expected) |
void | testNode () |
void | testElement () |
void | testAttributes () |
void | testText () |
void | testCDATA () |
void | testDocument () |
void | testNamespace () |
void | testParseQString () |
void | testUnload () |
void | testSimpleXML () |
void | testRootError () |
void | testMismatchedTag () |
void | testConvertQDomElement () |
void | testSimpleOpenDocumentText () |
void | testSimpleOpenDocumentSpreadsheet () |
void | testSimpleOpenDocumentPresentation () |
void | testSimpleOpenDocumentFormula () |
void | testLargeOpenDocumentSpreadsheet () |
void | testExternalOpenDocumentSpreadsheet (const QString &filename) |
int | main (int argc, char **argv) |
Variables | |
static int | testCount = 0 |
static int | testFailed = 0 |
#define CHECK | ( | x, | |||
y | ) | check(__FILE__,__LINE__,#x,x,y) |
Définition à la ligne 33 du fichier koxmlreadertest.cpp.
Référencé par testAttributes(), testCDATA(), testConvertQDomElement(), testDocument(), testElement(), testExternalOpenDocumentSpreadsheet(), testLargeOpenDocumentSpreadsheet(), testMismatchedTag(), testNamespace(), testNode(), testParseQString(), KoColorConversionsTester::testRGBHSL(), KoColorConversionsTester::testRGBHSV(), testRootError(), testSimpleOpenDocumentFormula(), testSimpleOpenDocumentPresentation(), testSimpleOpenDocumentSpreadsheet(), testSimpleOpenDocumentText(), testSimpleXML(), testText(), et testUnload().
void check | ( | const char * | file, | |
int | line, | |||
const char * | msg, | |||
bool | result, | |||
bool | expected | |||
) |
void check | ( | const char * | file, | |
int | line, | |||
const char * | msg, | |||
const T & | result, | |||
const T & | expected | |||
) |
int main | ( | int | argc, | |
char ** | argv | |||
) |
Définition à la ligne 2516 du fichier koxmlreadertest.cpp.
Références testAttributes(), testCDATA(), testConvertQDomElement(), testCount, testDocument(), testElement(), testExternalOpenDocumentSpreadsheet(), testFailed, testMismatchedTag(), testNamespace(), testNode(), testParseQString(), testRootError(), testSimpleOpenDocumentFormula(), testSimpleOpenDocumentPresentation(), testSimpleOpenDocumentSpreadsheet(), testSimpleOpenDocumentText(), testSimpleXML(), testText(), et testUnload().
Voici le graphe d'appel pour cette fonction :
void testAttributes | ( | ) |
Définition à la ligne 398 du fichier koxmlreadertest.cpp.
Références CHECK, et KoXml::childNodesCount().
Référencé par main().
Voici le graphe d'appel pour cette fonction :
Voici le graphe d'appel pour cette fonction :
void testCDATA | ( | ) |
Définition à la ligne 546 du fichier koxmlreadertest.cpp.
Références CHECK, et KoXml::childNodesCount().
Référencé par main().
Voici le graphe d'appel pour cette fonction :
Voici le graphe d'appel pour cette fonction :
void testConvertQDomElement | ( | ) |
Définition à la ligne 1220 du fichier koxmlreadertest.cpp.
Références KoXml::asQDomNode(), CHECK, et KoXml::childNodesCount().
Référencé par main().
Voici le graphe d'appel pour cette fonction :
Voici le graphe d'appel pour cette fonction :
void testDocument | ( | ) |
Définition à la ligne 625 du fichier koxmlreadertest.cpp.
Références CHECK.
Référencé par main().
Voici le graphe d'appel pour cette fonction :
void testElement | ( | ) |
Définition à la ligne 237 du fichier koxmlreadertest.cpp.
Références CHECK, et KoXml::childNodesCount().
Référencé par main().
Voici le graphe d'appel pour cette fonction :
Voici le graphe d'appel pour cette fonction :
void testExternalOpenDocumentSpreadsheet | ( | const QString & | filename | ) |
Définition à la ligne 2325 du fichier koxmlreadertest.cpp.
Références CHECK, forEachElement, KoXml::load(), KoXml::setDocument(), et KoXml::unload().
Référencé par main().
Voici le graphe d'appel pour cette fonction :
Voici le graphe d'appel pour cette fonction :
void testLargeOpenDocumentSpreadsheet | ( | ) |
Définition à la ligne 2149 du fichier koxmlreadertest.cpp.
Références CHECK, et KoXml::unload().
Voici le graphe d'appel pour cette fonction :
void testMismatchedTag | ( | ) |
Définition à la ligne 1200 du fichier koxmlreadertest.cpp.
Références CHECK.
Référencé par main().
Voici le graphe d'appel pour cette fonction :
void testNamespace | ( | ) |
Définition à la ligne 708 du fichier koxmlreadertest.cpp.
Références CHECK, et KoXml::namedItemNS().
Référencé par main().
Voici le graphe d'appel pour cette fonction :
Voici le graphe d'appel pour cette fonction :
void testNode | ( | ) |
Définition à la ligne 78 du fichier koxmlreadertest.cpp.
Références CHECK, et KoXml::childNodesCount().
Référencé par main().
Voici le graphe d'appel pour cette fonction :
Voici le graphe d'appel pour cette fonction :
void testParseQString | ( | ) |
Définition à la ligne 878 du fichier koxmlreadertest.cpp.
Références CHECK, et KoXml::namedItemNS().
Référencé par main().
Voici le graphe d'appel pour cette fonction :
Voici le graphe d'appel pour cette fonction :
void testRootError | ( | ) |
Définition à la ligne 1179 du fichier koxmlreadertest.cpp.
Références CHECK.
Référencé par main().
Voici le graphe d'appel pour cette fonction :
void testSimpleOpenDocumentFormula | ( | ) |
Définition à la ligne 1975 du fichier koxmlreadertest.cpp.
Références CHECK, et KoXml::namedItemNS().
Référencé par main().
Voici le graphe d'appel pour cette fonction :
Voici le graphe d'appel pour cette fonction :
void testSimpleOpenDocumentPresentation | ( | ) |
Définition à la ligne 1660 du fichier koxmlreadertest.cpp.
Références CHECK, KoXml::childNodesCount(), et KoXml::namedItemNS().
Référencé par main().
Voici le graphe d'appel pour cette fonction :
Voici le graphe d'appel pour cette fonction :
void testSimpleOpenDocumentSpreadsheet | ( | ) |
Définition à la ligne 1451 du fichier koxmlreadertest.cpp.
Références CHECK, et KoXml::childNodesCount().
Référencé par main().
Voici le graphe d'appel pour cette fonction :
Voici le graphe d'appel pour cette fonction :
void testSimpleOpenDocumentText | ( | ) |
Définition à la ligne 1297 du fichier koxmlreadertest.cpp.
Références CHECK, KoXml::childNodesCount(), et KoXml::namedItemNS().
Référencé par main().
Voici le graphe d'appel pour cette fonction :
Voici le graphe d'appel pour cette fonction :
void testSimpleXML | ( | ) |
Définition à la ligne 1076 du fichier koxmlreadertest.cpp.
Références CHECK, et KoXml::childNodesCount().
Référencé par main().
Voici le graphe d'appel pour cette fonction :
Voici le graphe d'appel pour cette fonction :
void testText | ( | ) |
Définition à la ligne 450 du fichier koxmlreadertest.cpp.
Références CHECK, et KoXml::childNodesCount().
Référencé par main().
Voici le graphe d'appel pour cette fonction :
Voici le graphe d'appel pour cette fonction :
void testUnload | ( | ) |
Définition à la ligne 1004 du fichier koxmlreadertest.cpp.
Références CHECK, KoXml::childNodesCount(), et KoXml::unload().
Référencé par main().
Voici le graphe d'appel pour cette fonction :
Voici le graphe d'appel pour cette fonction :
int testCount = 0 [static] |
int testFailed = 0 [static] |