| 1174 | |
| 1175 | |
| 1176 | std::unique_ptr<Unique_Ptr_Test_Class> make_Unique_Ptr_Test_Class() |
| 1177 | { |
| 1178 | return std::make_unique<Unique_Ptr_Test_Class>(); |
| 1179 | } |
| 1180 | |
| 1181 | TEST_CASE("Call methods through unique_ptr") |
| 1182 | { |
nothing calls this directly
no outgoing calls
no test coverage detected