| 191 | |
| 192 | template <typename T> |
| 193 | inline std::unique_ptr<TestCase> SimpleTestCaseFactory<T>::make() const |
| 194 | { |
| 195 | return std::make_unique<T>(); |
| 196 | } |
| 197 | |
| 198 | template <typename T, typename D> |
| 199 | inline DataTestCaseFactory<T, D>::DataTestCaseFactory(std::string suite_name, |