| 44 | } |
| 45 | |
| 46 | FeaturesVectorTest::FeaturesVectorTest(std::string const & filePath) |
| 47 | : FeaturesVectorTest((FilesContainerR(filePath, READER_CHUNK_LOG_SIZE, READER_CHUNK_LOG_COUNT))) |
| 48 | {} |
| 49 | |
| 50 | FeaturesVectorTest::FeaturesVectorTest(FilesContainerR const & cont) |
| 51 | : m_cont(cont) |
nothing calls this directly
no test coverage detected