| 42 | } |
| 43 | |
| 44 | virtual ~PackerTest() { |
| 45 | // You can do clean-up work that doesn't throw exceptions here. |
| 46 | } |
| 47 | |
| 48 | // If the constructor and destructor are not enough for setting up |
| 49 | // and cleaning up each test, you can define the following methods: |
nothing calls this directly
no outgoing calls
no test coverage detected