My Project
Toggle main menu visibility
Loading...
Searching...
No Matches
libpolys
tests
cxxtest
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
9
#include <
cxxtest/Descriptions.cpp
>
10
#include <
cxxtest/DummyDescriptions.cpp
>
11
#include <
cxxtest/GlobalFixture.cpp
>
12
#include <
cxxtest/LinkedList.cpp
>
13
#include <
cxxtest/RealDescriptions.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__
Descriptions.cpp
DummyDescriptions.cpp
GlobalFixture.cpp
LinkedList.cpp
RealDescriptions.cpp
TestSuite.cpp
TestTracker.cpp
ValueTraits.cpp
CxxTest::delta
bool delta(X x, Y y, D d)
Definition
TestSuite.h:160
CxxTest::doAssertDelta
void doAssertDelta(const char *file, unsigned line, const char *xExpr, X x, const char *yExpr, Y y, const char *dExpr, D d, const char *message)
Definition
TestSuite.h:166
Generated on
for My Project by
doxygen 1.17.0
for
Singular