Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/bsnmp/tests/
H A Dcatch.hpp7989 Totals runTest(TestCase const& testCase);
12517 m_activeTestCase = &testCase; in runTest()
13151 for (auto& testCase : tests) { in applyFilenamesAsTags() local
13152 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() argument
13979 return testSpec.matches( testCase ) && isThrowSafe( testCase, config ); in matchTest()
13996 for (auto const& testCase : testCases) { in filterTests() local
13999 filtered.push_back(testCase); in filterTests()
14015 m_functions.push_back( testCase ); in registerTest()
[all …]
/freebsd-14.2/contrib/expat/tests/
H A Dhandlers.c1509 const struct AccountingTestCase *const testCase in accounting_external_entity_ref_handler() local
1514 externalText = testCase->firstExternalText; in accounting_external_entity_ref_handler()
1516 externalText = testCase->secondExternalText; in accounting_external_entity_ref_handler()