MCPcopy Create free account
hub / github.com/OpenRCT2/OpenRCT2 / PrintReplayParameter

Class PrintReplayParameter

test/tests/ReplayTests.cpp:110–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108}
109
110struct PrintReplayParameter
111{
112 template<class ParamType>
113 std::string operator()(const testing::TestParamInfo<ParamType>& info) const
114 {
115 auto data = static_cast<ReplayTestData>(info.param);
116 return data.name;
117 }
118};
119
120INSTANTIATE_TEST_SUITE_P(Replay, ReplayTests, testing::ValuesIn(GetReplayFiles()), PrintReplayParameter());

Callers 1

ReplayTests.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected