
Go to the source code of this file.
| Macros | |
| #define | ROS_ASSERT_ENABLED | 
| Functions | |
| void | doAssert () | 
| void | doAssertMessage () | 
| void | doBreak () | 
| int | main (int argc, char **argv) | 
| TEST (RosAssert, assert) | |
| TEST (RosAssert, assertWithMessage) | |
| TEST (RosAssert, breakpoint) | |
| #define ROS_ASSERT_ENABLED | 
Definition at line 30 of file assertion_test.cpp.
| void doAssert | ( | ) | 
Definition at line 36 of file assertion_test.cpp.
| void doAssertMessage | ( | ) | 
Definition at line 46 of file assertion_test.cpp.
| void doBreak | ( | ) | 
Definition at line 41 of file assertion_test.cpp.
| int main | ( | int | argc, | 
| char ** | argv | ||
| ) | 
Definition at line 69 of file assertion_test.cpp.
| TEST | ( | RosAssert | , | 
| assert | |||
| ) | 
Definition at line 51 of file assertion_test.cpp.
| TEST | ( | RosAssert | , | 
| assertWithMessage | |||
| ) | 
Definition at line 63 of file assertion_test.cpp.
| TEST | ( | RosAssert | , | 
| breakpoint | |||
| ) | 
Definition at line 58 of file assertion_test.cpp.