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

Method SetUp

test/OptionsTest.cpp:50–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected