
Go to the source code of this file.
| Typedefs | |
| typedef uuid_msgs::UniqueID | UniqueID | 
| typedef boost::uuids::uuid | uuid | 
| Functions | |
| int | main (int argc, char **argv) | 
| TEST (BoostUUID, fromRandom) | |
| TEST (BoostUUID, fromTime) | |
| TEST (BoostUUID, timeWithinSameInterval) | |
| TEST (BoostUUID, timeWithinDifferentInterval) | |
| TEST (BoostUUID, emptyURL) | |
| TEST (BoostUUID, sameURL) | |
| TEST (BoostUUID, differentOsmNamespace) | |
| TEST (BoostUUID, actualOsmNode) | |
| TEST (BoostUUID, fromHexString) | |
| TEST (BoostUUID, fromStringNoDashes) | |
| TEST (BoostUUID, fromBracesString) | |
| TEST (BoostUUID, fromUrnString) | |
| TEST (BoostUUID, fromTooLongString) | |
| TEST (BoostUUID, fromTooShortString) | |
| TEST (BoostUUID, fromBogusString) | |
| TEST (UniqueID, nilMessage) | |
| TEST (UniqueID, randomMessage) | |
| TEST (UniqueID, equivalentMessages) | |
| TEST (UniqueID, toAndFromMessage) | |
| TEST (UniqueID, messageToString) | |
| typedef uuid_msgs::UniqueID UniqueID | 
Definition at line 11 of file test_unique_id.cpp.
| typedef boost::uuids::uuid uuid | 
Definition at line 10 of file test_unique_id.cpp.
| int main | ( | int | argc, | 
| char ** | argv | ||
| ) | 
Definition at line 323 of file test_unique_id.cpp.
| TEST | ( | BoostUUID | , | 
| fromRandom | |||
| ) | 
Definition at line 18 of file test_unique_id.cpp.
| TEST | ( | BoostUUID | , | 
| fromTime | |||
| ) | 
Definition at line 33 of file test_unique_id.cpp.
| TEST | ( | BoostUUID | , | 
| timeWithinSameInterval | |||
| ) | 
Definition at line 68 of file test_unique_id.cpp.
| TEST | ( | BoostUUID | , | 
| timeWithinDifferentInterval | |||
| ) | 
Definition at line 116 of file test_unique_id.cpp.
| TEST | ( | BoostUUID | , | 
| emptyURL | |||
| ) | 
Definition at line 160 of file test_unique_id.cpp.
| TEST | ( | BoostUUID | , | 
| sameURL | |||
| ) | 
Definition at line 170 of file test_unique_id.cpp.
| TEST | ( | BoostUUID | , | 
| differentOsmNamespace | |||
| ) | 
Definition at line 180 of file test_unique_id.cpp.
| TEST | ( | BoostUUID | , | 
| actualOsmNode | |||
| ) | 
Definition at line 189 of file test_unique_id.cpp.
| TEST | ( | BoostUUID | , | 
| fromHexString | |||
| ) | 
Definition at line 198 of file test_unique_id.cpp.
| TEST | ( | BoostUUID | , | 
| fromStringNoDashes | |||
| ) | 
Definition at line 205 of file test_unique_id.cpp.
| TEST | ( | BoostUUID | , | 
| fromBracesString | |||
| ) | 
Definition at line 213 of file test_unique_id.cpp.
| TEST | ( | BoostUUID | , | 
| fromUrnString | |||
| ) | 
Definition at line 221 of file test_unique_id.cpp.
| TEST | ( | BoostUUID | , | 
| fromTooLongString | |||
| ) | 
Definition at line 231 of file test_unique_id.cpp.
| TEST | ( | BoostUUID | , | 
| fromTooShortString | |||
| ) | 
Definition at line 241 of file test_unique_id.cpp.
| TEST | ( | BoostUUID | , | 
| fromBogusString | |||
| ) | 
Definition at line 262 of file test_unique_id.cpp.
| TEST | ( | UniqueID | , | 
| nilMessage | |||
| ) | 
Definition at line 283 of file test_unique_id.cpp.
| TEST | ( | UniqueID | , | 
| randomMessage | |||
| ) | 
Definition at line 290 of file test_unique_id.cpp.
| TEST | ( | UniqueID | , | 
| equivalentMessages | |||
| ) | 
Definition at line 297 of file test_unique_id.cpp.
| TEST | ( | UniqueID | , | 
| toAndFromMessage | |||
| ) | 
Definition at line 306 of file test_unique_id.cpp.
| TEST | ( | UniqueID | , | 
| messageToString | |||
| ) | 
Definition at line 314 of file test_unique_id.cpp.