
Include dependency graph for TestSuite.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | org |
| namespace | org::xmlBlaster |
| namespace | org::xmlBlaster::test |
Classes | |
| class | org::xmlBlaster::test::TestSuite |
Functions | |
| template<class T1, class T2> | |
| void | org::xmlBlaster::test::assertEquals (org::xmlBlaster::util::I_Log &log, std::string &who, T1 &should, T2 &is, std::string &txt) |
| Supports comparing for example char[] with string. | |
| template<class T1, class T2> | |
| void | org::xmlBlaster::test::assertDifferes (org::xmlBlaster::util::I_Log &log, std::string &who, T1 &should, T2 &is, std::string &txt) |