Classes | |
| struct | DOMTest |
| This vector performs the following tests : Make sure that the DOM interface match the one specified in the standard. More... | |
| struct | NTreeTest |
| struct | 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... | |
| struct | RendererTest |
| struct | ValidationTest |
Functions | |
| void | createDOMTests (Test::Vector &xVector, Bstrlib::String &results) |
| void | createNTreeTests (Test::Vector &xVector, Bstrlib::String &results) |
| void | createParserTests (Test::Vector &xVector, Bstrlib::String &results) |
| void | createRendererTests (Test::Vector &xVector, Bstrlib::String &results) |
| void | createValidationTests (Test::Vector &xVector, Bstrlib::String &results) |
| void | launchTests () |
| void Tests::createDOMTests | ( | Test::Vector & | xVector, | |
| Bstrlib::String & | results | |||
| ) |
| void Tests::createNTreeTests | ( | Test::Vector & | xVector, | |
| Bstrlib::String & | results | |||
| ) |
| void Tests::createParserTests | ( | Test::Vector & | xVector, | |
| Bstrlib::String & | results | |||
| ) |
| void Tests::createRendererTests | ( | Test::Vector & | xVector, | |
| Bstrlib::String & | results | |||
| ) |
| void Tests::createValidationTests | ( | Test::Vector & | xVector, | |
| Bstrlib::String & | results | |||
| ) |
| void Tests::launchTests | ( | ) |
