Searched refs:testCase (Results 1 – 2 of 2) sorted by relevance
7989 Totals runTest(TestCase const& testCase);12517 m_activeTestCase = &testCase; in runTest()13151 for (auto& testCase : tests) { in applyFilenamesAsTags() local13152 auto tags = testCase.tags; in applyFilenamesAsTags()13167 setTags(testCase, tags); in applyFilenamesAsTags()13920 …TestCase::TestCase( ITestInvoker* testCase, TestCaseInfo&& info ) : TestCaseInfo( std::move(info) … in TestCase() argument13979 return testSpec.matches( testCase ) && isThrowSafe( testCase, config ); in matchTest()13996 for (auto const& testCase : testCases) { in filterTests() local13999 filtered.push_back(testCase); in filterTests()14015 m_functions.push_back( testCase ); in registerTest()[all …]
1509 const struct AccountingTestCase *const testCase in accounting_external_entity_ref_handler() local1514 externalText = testCase->firstExternalText; in accounting_external_entity_ref_handler()1516 externalText = testCase->secondExternalText; in accounting_external_entity_ref_handler()