| 37 | //------------------------------------------------------------------------------ |
| 38 | |
| 39 | class 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 |
nothing calls this directly
no outgoing calls
no test coverage detected