| 14145 | } |
| 14146 | |
| 14147 | TestCase::TestCase( ITestInvoker* testCase, TestCaseInfo&& info ) : TestCaseInfo( std::move(info) ), test( testCase ) {} |
| 14148 | |
| 14149 | TestCase TestCase::withName( std::string const& _newName ) const { |
| 14150 | TestCase other( *this ); |
nothing calls this directly
no outgoing calls
no test coverage detected