| TraveSim Adapters
    0.1
    Protobuf adapters for TraveSim project | 
Test configurers utilitary functions. More...
#include <ros/ros.h>#include <gtest/gtest.h>#include "travesim_adapters/configurers/configurers_utils.hpp"Go to the source code of this file.
| Functions | |
| TEST (configurers_utils, ipv4_string_to_uint) | |
| TEST (configurers_utils, check_valid_ip) | |
| TEST (configurers_utils, get_error_msg) | |
| int | main (int argc, char **argv) | 
Test configurers utilitary functions.
Definition in file configurers_utils.test.cpp.
| int main | ( | int | argc, | 
| char ** | argv | ||
| ) | 
Definition at line 99 of file configurers_utils.test.cpp.
| TEST | ( | configurers_utils | , | 
| ipv4_string_to_uint | |||
| ) | 
Definition at line 23 of file configurers_utils.test.cpp.
References travesim::ipv4_string_to_uint().
| TEST | ( | configurers_utils | , | 
| check_valid_ip | |||
| ) | 
Definition at line 71 of file configurers_utils.test.cpp.
References travesim::check_valid_ip(), travesim::INVALID_FORMAT, travesim::INVALID_NUMBERS, travesim::OUT_OF_RANGE, and travesim::VALID.
| TEST | ( | configurers_utils | , | 
| get_error_msg | |||
| ) | 
Definition at line 85 of file configurers_utils.test.cpp.
References travesim::get_error_msg(), travesim::INVALID_FORMAT, travesim::INVALID_NUMBERS, travesim::OUT_OF_RANGE, and travesim::VALID.