Home
last modified time | relevance | path

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

/freebsd/contrib/expat/tests/
H A Dmisc_tests.c748 const struct test_case testCase = cases[i]; in START_TEST() local
751 const char *const doc = testCase.doc; in START_TEST()
756 const enum XML_Status expectedStatus = testCase.expectedStatusNoGE; in START_TEST()
757 const enum XML_Error expectedError = testCase.expectedErrorNoGE; in START_TEST()
766 assert_true(XML_GetCurrentLineNumber(parser) == testCase.expectedErrorLine); in START_TEST()
768 == testCase.expectedErrorColumn); in START_TEST()
H A Dhandlers.c1519 const struct AccountingTestCase *const testCase in accounting_external_entity_ref_handler() local
1524 externalText = testCase->firstExternalText; in accounting_external_entity_ref_handler()
1526 externalText = testCase->secondExternalText; in accounting_external_entity_ref_handler()
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp563 bool isThrowSafe( TestCase const& testCase, IConfig const& config );
564 bool matchTest( TestCase const& testCase, TestSpec const& testSpec, IConfig const& config );
4751 TestCase( ITestInvoker* testCase, TestCaseInfo&& info );
4766 TestCase makeTestCase( ITestInvoker* testCase,
5057 virtual bool matches( TestCaseInfo const& testCase ) const = 0;
5067 bool matches( TestCaseInfo const& testCase ) const override;
5075 bool matches( TestCaseInfo const& testCase ) const override;
5083 bool matches( TestCaseInfo const& testCase ) const override;
5091 bool matches( TestCaseInfo const& testCase ) const;
5104 bool matches( TestCaseInfo const& testCase ) const;
[all …]