Virtual destructor for inheritance.
| 42 | /// Virtual destructor for inheritance. |
| 43 | /// |
| 44 | virtual ~ThreadTestFixture(); |
| 45 | |
| 46 | ThreadTestFixture(const ThreadTestFixture&) = delete; |
| 47 | ThreadTestFixture& operator=(ThreadTestFixture const& other) = delete; |
| 48 | |
| 49 | /// |