Home
last modified time | relevance | path

Searched refs:FreeFunctionTestCase (Results 1 – 1 of 1) sorted by relevance

/external/bcc/tests/cc/
Dcatch.hpp6517 class FreeFunctionTestCase : public SharedImpl<ITestCase> { class
6520 FreeFunctionTestCase( TestFunction fun ) : m_fun( fun ) {} in FreeFunctionTestCase() function in Catch::FreeFunctionTestCase
6527 virtual ~FreeFunctionTestCase();
6563 registerTestCase( new FreeFunctionTestCase( function ), "", nameAndDesc, lineInfo ); in registerTestCaseFunction()
10231 FreeFunctionTestCase::~FreeFunctionTestCase() {} in ~FreeFunctionTestCase()