test_widgets_list.cpp
Go to the documentation of this file.
00001 #include <gtest/gtest.h>
00002 
00003 #include "rqt_cpp_common/widgets_list.h"
00004 
00005 TEST(TestWidgetsList, nullArg)
00006 {
00007   rqt_cpp_common::WidgetsList wList;
00008 
00009 }
00010 
00011 int main(int argc, char **argv)
00012 {
00013   ::testing::InitGoogleTest(&argc, argv);
00014   return RUN_ALL_TESTS();
00015 }
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends


rqt_cpp_common
Author(s): Isaac Saito
autogenerated on Tue Oct 15 2013 12:38:38