#include <gtest/gtest.h>
#include <ur_client_library/ur/version_information.h>
#include <ur_client_library/exceptions.h>
Go to the source code of this file.
Functions | |
int | main (int argc, char *argv[]) |
TEST (version_information, test_split) | |
TEST (version_information, string_parsing) | |
TEST (version_information, test_relations) | |
Definition in file test_version_information.cpp.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 85 of file test_version_information.cpp.
TEST | ( | version_information | , |
test_split | |||
) |
Definition at line 36 of file test_version_information.cpp.
TEST | ( | version_information | , |
string_parsing | |||
) |
Definition at line 44 of file test_version_information.cpp.
TEST | ( | version_information | , |
test_relations | |||
) |
Definition at line 67 of file test_version_information.cpp.