| 11495 | } |
| 11496 | |
| 11497 | TestCase::TestCase( ITestInvoker* testCase, TestCaseInfo&& info ) : TestCaseInfo( std::move(info) ), test( testCase ) {} |
| 11498 | |
| 11499 | TestCase TestCase::withName( std::string const& _newName ) const { |
| 11500 | TestCase other( *this ); |
nothing calls this directly
no outgoing calls
no test coverage detected