| 9870 | } |
| 9871 | |
| 9872 | TestCase::TestCase(ITestInvoker *testCase, TestCaseInfo &&info) : TestCaseInfo(std::move(info)), test(testCase) { |
| 9873 | } |
| 9874 | |
| 9875 | TestCase TestCase::withName(std::string const &_newName) const { |
| 9876 | TestCase other(*this); |
nothing calls this directly
no outgoing calls
no test coverage detected