MCPcopy Create free account
hub / github.com/FFMS/ffms2 / IndexerTest

Class IndexerTest

test/indexer.cpp:40–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38};
39
40class IndexerTest : public ::testing::TestWithParam<TestDataMap> {
41protected:
42 virtual void SetUp();
43 virtual void TearDown();
44 bool DoIndexing(std::string);
45
46 FFMS_Indexer* indexer;
47 FFMS_Index* index;
48 int video_track_idx;
49 FFMS_VideoSource* video_source;
50 const FFMS_VideoProperties* VP;
51
52 FFMS_ErrorInfo E;
53 char ErrorMsg[1024];
54
55 std::string SamplesDir;
56};
57
58void IndexerTest::SetUp() {
59 indexer = nullptr;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected