| 128 | } |
| 129 | |
| 130 | void TearDown() override |
| 131 | { |
| 132 | if (factory != NULL) |
| 133 | { |
| 134 | dmResource::DeleteFactory(factory); |
| 135 | } |
| 136 | JobSystemDestroy(m_JobContext); |
| 137 | } |
| 138 | |
| 139 | dmResource::HFactory factory; |
| 140 | HJobContext m_JobContext; |
nothing calls this directly
no test coverage detected