core_utils.h
Go to the documentation of this file.
1 // General test utilities
2 // Author: Max Schwarz <max.schwarz@ais.uni-bonn.de>
3 
4 #ifndef CORE_UTILS_H
5 #define CORE_UTILS_H
6 
7 #include <catch_ros/catch.hpp>
8 
9 #include "../../src/launch/launch_config.h"
10 
11 static void requireParsingException(const std::string& input)
12 {
13  CAPTURE(input);
14  REQUIRE_THROWS_AS(
17  );
18 }
19 
20 #endif
static void requireParsingException(const std::string &input)
Definition: core_utils.h:11
config parseString(R"EOF( <launch> <group ns="/"> <param name="param1" value="hello" /> </group> <node name="test_node" pkg="rosmon_core" type="abort" ns="/racecar"> <param name="private_param" value="hello again" /> </node> </launch> )EOF")


rosmon_core
Author(s): Max Schwarz
autogenerated on Wed Jul 10 2019 03:10:12