only:docs
This commit is contained in:
parent
66d8d6db9f
commit
217243da5c
|
@ -24,6 +24,7 @@ using ::testing::Return;
|
|||
#define EPS5D 0.00001
|
||||
|
||||
// todo: migrate to googletest, use EXPECT_* and ASSERT_*
|
||||
// along the lines of ASSERT_EQ(x, y) << msg;
|
||||
void assertEqualsM2(const char *msg, float expected, float actual, float EPS);
|
||||
void assertEqualsM(const char *msg, float expected, float actual);
|
||||
void assertEqualsLM(const char *msg, long expected, long actual);
|
||||
|
|
Loading…
Reference in New Issue