| 21 | { |
| 22 | public: |
| 23 | static std::string GetImagePath(const std::string& name) |
| 24 | { |
| 25 | return Path::Combine(TestData::GetBasePath(), u8"images", name.c_str()); |
| 26 | } |
| 27 | |
| 28 | static uint32_t GetHash(void* buffer, size_t bufferLength) |
| 29 | { |
nothing calls this directly
no test coverage detected