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

Function TEST_P

test/indexer.cpp:95–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93}
94
95TEST_P(IndexerTest, ValidateFrameCount) {
96 TestDataMap P = GetParam();
97 std::string FilePath = SamplesDir + "/" + P.Filename;
98
99 ASSERT_TRUE(DoIndexing(FilePath));
100
101 ASSERT_EQ(P.TestDataLen, VP->NumFrames);
102}
103
104TEST_P(IndexerTest, ReverseAccessingFrame) {
105 TestDataMap P = GetParam();

Callers

nothing calls this directly

Calls 7

DoIndexingFunction · 0.85
FFMS_GetTrackFromIndexFunction · 0.85
FFMS_GetFrameInfoFunction · 0.85
FFMS_GetFrameFunction · 0.85
CheckFrameFunction · 0.85
beginMethod · 0.80
endMethod · 0.80

Tested by

no test coverage detected