|
octomap 1.9.8
|
Include dependency graph for testing.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Macros | |
| #define | EXPECT_EQ(a, b) |
| #define | EXPECT_FALSE(args) |
| #define | EXPECT_FLOAT_EQ(a, b) |
| #define | EXPECT_NEAR(a, b, prec) |
| #define | EXPECT_TRUE(args) |
| #define EXPECT_EQ | ( | a, | |
| b ) |
Referenced by boundingBoxTest(), compareResults(), main(), and main().
| #define EXPECT_FALSE | ( | args | ) |
Referenced by boundingBoxTest(), main(), and main().
| #define EXPECT_FLOAT_EQ | ( | a, | |
| b ) |
Referenced by comparePoint(), comparePose(), main(), and main().
| #define EXPECT_NEAR | ( | a, | |
| b, | |||
| prec ) |
Referenced by compareResults(), and main().
| #define EXPECT_TRUE | ( | args | ) |
Referenced by boundingBoxTest(), main(), main(), and main().