18 #include <gtest/gtest.h> 55 int main(
int argc,
char **argv)
57 testing::InitGoogleTest(&argc, argv);
59 return RUN_ALL_TESTS();
Tests that the basic sandisland world with the wamv was loaded.
TEST_F(SandislandTest, WamvExists)
Tests that the wamv model exists.
ROSCPP_DECL void init(int &argc, char **argv, const std::string &name, uint32_t options=0)
int main(int argc, char **argv)
bool ModelExists(const std::string &_name, const ros::WallDuration _timeout=ros::WallDuration(5, 0))
Check whether a model exists on simulation.
static void SetUpTestCase()
Initialize any members needed for the test cases.