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

Method SetUp

test/Mp3AudioFileReaderTest.cpp:52–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50
51 protected:
52 virtual void SetUp()
53 {
54 output.str(std::string());
55 error.str(std::string());
56 }
57
58 virtual void TearDown()
59 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected