Destructor
| 38 | |
| 39 | /// Destructor |
| 40 | Test::~Test() { |
| 41 | |
| 42 | } |
| 43 | |
| 44 | // Called to test a boolean condition. |
| 45 | // This method should not be called directly in your test but you should call test() instead (macro) |
nothing calls this directly
no outgoing calls
no test coverage detected