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