| 9957 | } |
| 9958 | |
| 9959 | TestCase::TestCase( ITestInvoker* testCase, TestCaseInfo&& info ) : TestCaseInfo( std::move(info) ), test( testCase ) {} |
| 9960 | |
| 9961 | TestCase TestCase::withName( std::string const& _newName ) const { |
| 9962 | TestCase other( *this ); |
nothing calls this directly
no outgoing calls
no test coverage detected