1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-10 09:32:29 +01:00

Pretty print the test parameter.

This commit is contained in:
Matt
2018-12-17 09:44:13 +01:00
parent 3a9c0dda81
commit 0a62938e42

View File

@@ -98,6 +98,11 @@ TEST_P(ReplayTests, RunReplay)
}
}
void PrintTo(const ReplayTestData& testData, std::ostream* os)
{
*os << testData.filePath;
}
struct PrintReplayParameter
{
template<class ParamType> std::string operator()(const testing::TestParamInfo<ParamType>& info) const