MCPcopy Create free account
hub / github.com/bbc/audiowaveform / TEST_F

Function TEST_F

test/Mp3AudioFileReaderTest.cpp:67–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65//------------------------------------------------------------------------------
66
67TEST_F(Mp3AudioFileReaderTest, shouldOpenMp3File)
68{
69 bool result = reader_.open("../test/data/test_file_stereo.mp3");
70 ASSERT_TRUE(result);
71
72 ASSERT_THAT(output.str(), StrEq(""));
73 ASSERT_THAT(error.str(), StrEq(
74 "Input file: ../test/data/test_file_stereo.mp3\n"
75 ));
76}
77
78//------------------------------------------------------------------------------
79

Callers

nothing calls this directly

Calls 4

initFunction · 0.85
getStartFrameMethod · 0.80
openMethod · 0.45
runMethod · 0.45

Tested by

no test coverage detected