IMP
2.2.0
The Integrative Modeling Platform
|
#include <IMP/base/log_macros.h>
Go to the source code of this file.
Macros | |
#define | IMP_TEST_EQUAL(a, b) |
Report an error if a != b. | |
#define | IMP_TEST_GREATER_THAN(a, b) |
Report an error if a < b. | |
#define | IMP_TEST_LESS_THAN(a, b) |
Report an error if a >= b. | |
#define | IMP_TEST_TRUE(a) |
Report an error if !a. More... | |
Macros for writing C++ tests.
Copyright 2007-2014 IMP Inventors. All rights reserved.
Definition in file test_macros.h.
#define IMP_TEST_TRUE | ( | a | ) |
Definition at line 21 of file test_macros.h.