#include <catch_ros/catch.hpp>
#include "../../src/launch/launch_config.h"
#include "core_utils.h"
#include "param_utils.h"
Go to the source code of this file.
Functions | |
TEST_CASE ("arg basic","[arg]") | |
TEST_CASE ("arg from external","[arg]") | |
TEST_CASE ("arg unset","[arg]") | |
TEST_CASE ("arg whitespace","[arg]") | |
TEST_CASE | ( | "arg basic" | , |
"" | [arg] | ||
) |
Definition at line 13 of file test_arg.cpp.
TEST_CASE | ( | "arg from external" | , |
"" | [arg] | ||
) |
Definition at line 37 of file test_arg.cpp.
TEST_CASE | ( | "arg unset" | , |
"" | [arg] | ||
) |
Definition at line 62 of file test_arg.cpp.
TEST_CASE | ( | "arg whitespace" | , |
"" | [arg] | ||
) |
Definition at line 78 of file test_arg.cpp.