Searched defs:TestRunInfo (Results 1 – 1 of 1) sorted by relevance
5514 struct TestRunInfo { struct5516 std::string name;11083 TestRunInfo::TestRunInfo( std::string const& _name ) : name( _name ) {} in TestRunInfo() function in Catch::TestRunInfo