mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-13 19:12:32 +01:00
Pretty print the test parameter.
This commit is contained in:
@@ -98,6 +98,11 @@ TEST_P(ReplayTests, RunReplay)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void PrintTo(const ReplayTestData& testData, std::ostream* os)
|
||||||
|
{
|
||||||
|
*os << testData.filePath;
|
||||||
|
}
|
||||||
|
|
||||||
struct PrintReplayParameter
|
struct PrintReplayParameter
|
||||||
{
|
{
|
||||||
template<class ParamType> std::string operator()(const testing::TestParamInfo<ParamType>& info) const
|
template<class ParamType> std::string operator()(const testing::TestParamInfo<ParamType>& info) const
|
||||||
|
|||||||
Reference in New Issue
Block a user