31 #include <gtest/gtest.h>
39 TEST(NodeletConsole, TEST_CONSOLE)
43 std::string nodelet_name =
"test_console";
44 std::string nodelet_type =
"test_nodelet/ConsoleTest";
45 std::vector<std::string> argvs;
46 EXPECT_TRUE(n.
load(nodelet_name, nodelet_type, remappings, argvs));
49 int main(
int argc,
char** argv)
52 ::testing::InitGoogleTest(&argc, argv);
53 return RUN_ALL_TESTS();