#include "../HTMLParser/Parser.hpp"
#include "TestVectors.hpp"
#include <time.h>
Go to the source code of this file.
Namespaces | |
namespace | Tests |
Classes | |
struct | Tests::ParserTest |
This test performs the following test : Make sure that all element defined in HTML4.01 are tagged correctly Make sure the tagging is quicklier than a typical O(n) search. More... | |
Defines | |
#define | DebugText OutputDebugString |
Functions | |
void | Tests::createParserTests (Test::Vector &xVector, Bstrlib::String &results) |
#define DebugText OutputDebugString |