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

Class OptionsTest

test/OptionsTest.cpp:42–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40//------------------------------------------------------------------------------
41
42class OptionsTest : public Test
43{
44 public:
45 OptionsTest()
46 {
47 }
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 {
58 }
59
60 Options options_;
61};
62
63//------------------------------------------------------------------------------
64

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected