![]() |
AJA NTV2 SDK
18.0.0.2122
NTV2 SDK 18.0.0.2122
|
Handy macros for Basic Functionality Tests. More...
#include <iostream>#include <assert.h>Go to the source code of this file.
Macros | |
| #define | STDOUT std::cout |
| #define | STDERR std::cerr |
| #define | ENDL std::endl |
| #define | DEBUG_BREAK() do {} while (false) |
| #define | SHOW_PASSED (false) |
| #define | STOP_AFTER_FAILURE (true) |
| #define | DEBUG_BREAK_AFTER_FAILURE (false) |
| #define | SHOULD_BE_TRUE(_x_) |
| #define | SHOULD_BE_FALSE(_x_) |
| #define | SHOULD_BE_NULL(_x_) |
| #define | SHOULD_BE_NON_NULL(_x_) |
| #define | SHOULD_BE_EQUAL(_x_, _y_) |
| #define | SHOULD_BE_UNEQUAL(_x_, _y_) |
Handy macros for Basic Functionality Tests.
Definition in file ntv2bft.h.
| #define SHOULD_BE_EQUAL | ( | _x_, | |
| _y_ | |||
| ) |
| #define SHOULD_BE_FALSE | ( | _x_ | ) |
| #define SHOULD_BE_NON_NULL | ( | _x_ | ) |
| #define SHOULD_BE_NULL | ( | _x_ | ) |
| #define SHOULD_BE_TRUE | ( | _x_ | ) |
| #define SHOULD_BE_UNEQUAL | ( | _x_, | |
| _y_ | |||
| ) |