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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user