Home
last modified time | relevance | path

Searched defs:testCase (Results 1 – 1 of 1) sorted by relevance

/hal_espressif-2.7.6/tools/catch/
Dcatch.hpp5932 Totals runTest( TestCase const& testCase ) { in runTest()
6497 bool matchTest( TestCase const& testCase, TestSpec const& testSpec, IConfig const& config ) { in matchTest()
6542 virtual void registerTest( TestCase const& testCase ) { in registerTest()
6605 ( ITestCase* testCase, in registerTestCase()
7493 …TestCase::TestCase( ITestCase* testCase, TestCaseInfo const& info ) : TestCaseInfo( info ), test( … in TestCase()