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

Class ProgressReporterTest

test/ProgressReporterTest.cpp:39–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37//------------------------------------------------------------------------------
38
39class ProgressReporterTest : public Test
40{
41 protected:
42 virtual void SetUp()
43 {
44 error.str(std::string());
45 }
46
47 virtual void TearDown()
48 {
49 }
50
51 protected:
52 ProgressReporter progress_reporter_;
53};
54
55//------------------------------------------------------------------------------
56

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected