| 125 | { |
| 126 | public: |
| 127 | TestClient(TestServer * poTestServer, const int iWriteCount, const int iAvgValueSize) : |
| 128 | m_poTestServer(poTestServer), m_iWriteCount(iWriteCount), m_iAvgValueSize(iAvgValueSize), m_iRunRet(0) { } |
| 129 | |
| 130 | ~TestClient() { } |
| 131 |
nothing calls this directly
no outgoing calls
no test coverage detected