MCPcopy Create free account
hub / github.com/Simple-Robotics/Simple / BOOST_AUTO_TEST_CASE

Function BOOST_AUTO_TEST_CASE

tests/forward/simulator.cpp:39–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37BOOST_AUTO_TEST_SUITE(BOOST_TEST_MODULE)
38
39BOOST_AUTO_TEST_CASE(simulator_instance_constructor)
40{
41 ModelHandle model(new Model());
42 DataHandle data(new Data(*model));
43 GeometryModelHandle geom_model(new GeometryModel());
44 GeometryDataHandle geom_data(new GeometryData(*geom_model));
45 BOOST_CHECK_NO_THROW(Simulator sim(model, data, geom_model, geom_data));
46}
47
48BOOST_AUTO_TEST_CASE(simulator_instance_constructor_2)
49{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected