My Project  debian-1:4.1.1-p2+ds-4build1
Root.cpp
Go to the documentation of this file.
1 #ifndef __cxxtest__Root_cpp__
2 #define __cxxtest__Root_cpp__
3 
4 //
5 // This file holds the "root" of CxxTest, i.e.
6 // the parts that must be in a source file file.
7 //
8 
12 #include <cxxtest/LinkedList.cpp>
14 #include <cxxtest/TestSuite.cpp>
15 #include <cxxtest/TestTracker.cpp>
16 #include <cxxtest/ValueTraits.cpp>
17 
18 
19 template char* CxxTest::numberToString<double>(double, char*, double, unsigned int, unsigned int);
20 template char* CxxTest::numberToString<unsigned int>(unsigned int, char*, unsigned int, unsigned int, unsigned int);
21 template char* CxxTest::numberToString<unsigned long>(unsigned long, char*, unsigned long, unsigned int, unsigned int);
22 template std::basic_ostream<char, std::char_traits<char> >& std::operator<< <std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*);
23 template void CxxTest::doAssertDelta<float, float, float>(char const*, unsigned int, char const*, float, char const*, float, char const*, float, char const*);
24 template bool CxxTest::delta<float, float, float>(float, float, float);
25 
26 
27 #endif // __cxxtest__Root_cpp__
TestSuite.cpp
GlobalFixture.cpp
LinkedList.cpp
Descriptions.cpp
TestTracker.cpp
RealDescriptions.cpp
DummyDescriptions.cpp
ValueTraits.cpp