|
Mjolnir Core
Core functionality of the Mjolnir API
|
◆ EXPECT_NUM_NEW_AND_DELETE_EQ
Value:
EXPECT_NUM_NEW_EQ(num_new_exp); \
EXPECT_NUM_DELETE_EQ(num_delete_exp)
#define EXPECT_NUM_NEW_EQ(num_new_exp) Check if the number of new calls are equal to the passed number. Definition: new_delete_counter.h:166 Check if the number of new and delete calls are equal to the passed numbers. Requires a variable with name If
|