Searched refs:FreeFunctionTestCase (Results 1 – 1 of 1) sorted by relevance
6517 class FreeFunctionTestCase : public SharedImpl<ITestCase> { class6520 FreeFunctionTestCase( TestFunction fun ) : m_fun( fun ) {} in FreeFunctionTestCase() function in Catch::FreeFunctionTestCase6527 virtual ~FreeFunctionTestCase();6563 registerTestCase( new FreeFunctionTestCase( function ), "", nameAndDesc, lineInfo ); in registerTestCaseFunction()10231 FreeFunctionTestCase::~FreeFunctionTestCase() {} in ~FreeFunctionTestCase()