Derive-C
|
Go to the source code of this file.
Macros | |
#define | MOCKABLE_DECLARE(ret, name, args) |
Free function mocking support. | |
#define | MOCKABLE_DEFINE(ret, name, args) |
#define | MOCKABLE(ret, name, args) |
Defines a function as mockable, combining declaration & definition. |
#define MOCKABLE | ( | ret, | |
name, | |||
args ) |
Defines a function as mockable, combining declaration & definition.
Definition at line 39 of file mock.h.
#define MOCKABLE_DECLARE | ( | ret, | |
name, | |||
args ) |