My Project  debian-1:4.1.1-p2+ds-4build2
simple_test.h
Go to the documentation of this file.
1 #include "misc/auxiliary.h"
2 
4 {
5 public:
6  void testMyTest()
7  {
8  float fnum = 2.00001f;
9  TS_ASSERT_DELTA (fnum, 2.0f, 0.0001f);
10  }
11 
13  {
14  TS_ASSERT( sizeof(long) == SIZEOF_LONG ); // correct config.h?
15  }
16 
17 };
18 
TS_ASSERT
#define TS_ASSERT(e)
Definition: TestSuite.h:239
f
FILE * f
Definition: checklibs.c:9
SimplestTestSuite::testSIZEOFLONG
void testSIZEOFLONG()
Definition: simple_test.h:12
auxiliary.h
SimplestTestSuite::testMyTest
void testMyTest()
Definition: simple_test.h:6
CxxTest::TestSuite
Definition: TestSuite.h:21
SimplestTestSuite
Definition: simple_test.h:3
TS_ASSERT_DELTA
#define TS_ASSERT_DELTA(x, y, d)
Definition: TestSuite.h:373