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

Class SndFileAudioFileReaderTest

test/SndFileAudioFileReaderTest.cpp:51–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49//------------------------------------------------------------------------------
50
51class SndFileAudioFileReaderTest : public Test
52{
53 public:
54 SndFileAudioFileReaderTest()
55 {
56 }
57
58 protected:
59 virtual void SetUp()
60 {
61 output.str(std::string());
62 error.str(std::string());
63 }
64
65 virtual void TearDown()
66 {
67 }
68
69 SndFileAudioFileReader reader_;
70};
71
72//------------------------------------------------------------------------------
73

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected