![]() |
UTPP
|
| #define | EXPECT_TRUE(x) |
| #define | EXPECT_FALSE(x) |
| #define | EXPECT_EQ(A, B) |
| #define | EXPECT_NE(A, B) |
| #define | EXPECT_GE(A, B) |
| #define | EXPECT_GT(A, B) |
| #define | EXPECT_LE(A, B) |
| #define | EXPECT_LT(A, B) |
| #define | EXPECT_NEAR(A, B, tol) |
| #define | EXPECT_THROW(expr, except) |
| #define | ASSERT_TRUE(expr) |
| #define | ASSERT_FALSE(expr) |
| #define | ASSERT_EQ(e1, e2) |
| #define | ASSERT_NE(e1, e2) |
| #define | ASSERT_GE(e1, e2) |
| #define | ASSERT_GT(e1, e2) |
| #define | ASSERT_LE(e1, e2) |
| #define | ASSERT_LT(e1, e2) |
| #define ASSERT_EQ | ( | e1, | |
| e2 ) |
These macro definitions provide some compatibility with GoogleTest
| #define ASSERT_FALSE | ( | expr | ) |
| #define ASSERT_GE | ( | e1, | |
| e2 ) |
These macro definitions provide some compatibility with GoogleTest
| #define ASSERT_GT | ( | e1, | |
| e2 ) |
These macro definitions provide some compatibility with GoogleTest
| #define ASSERT_LE | ( | e1, | |
| e2 ) |
These macro definitions provide some compatibility with GoogleTest
| #define ASSERT_LT | ( | e1, | |
| e2 ) |
These macro definitions provide some compatibility with GoogleTest
| #define ASSERT_NE | ( | e1, | |
| e2 ) |
These macro definitions provide some compatibility with GoogleTest
| #define ASSERT_TRUE | ( | expr | ) |
These macro definitions provide some compatibility with GoogleTest
| #define EXPECT_EQ | ( | A, | |
| B ) |
These macro definitions provide some compatibility with GoogleTest
| #define EXPECT_FALSE | ( | x | ) |
| #define EXPECT_GE | ( | A, | |
| B ) |
These macro definitions provide some compatibility with GoogleTest
| #define EXPECT_GT | ( | A, | |
| B ) |
These macro definitions provide some compatibility with GoogleTest
| #define EXPECT_LE | ( | A, | |
| B ) |
These macro definitions provide some compatibility with GoogleTest
| #define EXPECT_LT | ( | A, | |
| B ) |
These macro definitions provide some compatibility with GoogleTest
| #define EXPECT_NE | ( | A, | |
| B ) |
These macro definitions provide some compatibility with GoogleTest
| #define EXPECT_NEAR | ( | A, | |
| B, | |||
| tol ) |
These macro definitions provide some compatibility with GoogleTest
| #define EXPECT_THROW | ( | expr, | |
| except ) |
These macro definitions provide some compatibility with GoogleTest
| #define EXPECT_TRUE | ( | x | ) |
These macro definitions provide some compatibility with GoogleTest