| 34 | // is empty. |
| 35 | |
| 36 | PackerTest() |
| 37 | : testFile("packerTestFile.bin") |
| 38 | , buffer_space() |
| 39 | , buffer(buffer_space) |
| 40 | { |
| 41 | // You can do set-up work for each test here. |
| 42 | } |
| 43 | |
| 44 | virtual ~PackerTest() { |
| 45 | // You can do clean-up work that doesn't throw exceptions here. |
nothing calls this directly
no outgoing calls
no test coverage detected