Home
last modified time | relevance | path

Searched refs:TestCase (Results 1 – 25 of 48) sorted by relevance

12

/freebsd/contrib/libucl/python/tests/
H A Dcompat.py7 if not hasattr(unittest.TestCase, 'assertRaisesRegex'):
8 unittest.TestCase.assertRaisesRegex = unittest.TestCase.assertRaisesRegexp
H A Dtest_example.py51 class TestExample(unittest.TestCase):
H A Dtest_validation.py14 class ValidationTest(unittest.TestCase):
/freebsd/contrib/atf/atf-c++/detail/
H A Dtest_helpers.hpp88 template< class TestCase >
94 TestCase tc; in run_h_tc_child()
100 template< class TestCase >
106 run_h_tc_child< TestCase >, in run_h_tc()
/freebsd/contrib/lib9p/pytest/
H A Dclient.py175 class TestCase(object): class
328 with TestCase('send bad packet', tstate) as tc:
347 with TestCase('send bad Tversion', tstate) as tc:
364 with TestCase('send illegal NUL in Tversion', tstate) as tc:
379 with TestCase('connect normally', tstate) as tc:
392 with TestCase('attach with bad afid', tstate) as tc:
436 with TestCase('attach normally', tstate) as tc:
446 with TestCase('empty string in Twalk request', tstate) as tc:
456 with TestCase('embedded / in lookup component name', tstate) as tc:
471 with TestCase('clean up tree (readdir+remove)', tstate) as tc:
[all …]
/freebsd/contrib/googletest/googlemock/test/
H A Dgmock_test_utils.py82 TestCase = gtest_test_utils.TestCase variable
H A Dgmock_leak_test.py52 class GMockLeakTest(gmock_test_utils.TestCase):
/freebsd/contrib/googletest/googletest/test/
H A Dgoogletest-catch-exceptions-test.py85 class CatchSehExceptionsTest(gtest_test_utils.TestCase):
127 class CatchCxxExceptionsTest(gtest_test_utils.TestCase):
H A Dgtest_test_utils.py67 TestCase = _test_module.TestCase variable
H A Dgtest_skip_environment_check_output_test.py47 class SkipEntireEnvironmentTest(gtest_test_utils.TestCase):
H A Dgoogletest-setuptestsuite-test.py41 class GTestSetUpTestSuiteTest(gtest_test_utils.TestCase):
H A Dgoogletest-param-test-invalid-name1-test.py56 class GTestParamTestInvalidName1Test(gtest_test_utils.TestCase):
H A Dgoogletest-param-test-invalid-name2-test.py56 class GTestParamTestInvalidName2Test(gtest_test_utils.TestCase):
H A Dgoogletest-listener-test.cc76 void OnTestCaseStart(const TestCase& /*test_case*/) override { in OnTestCaseStart() argument
94 void OnTestCaseEnd(const TestCase& /*test_case*/) override { in OnTestCaseEnd() argument
H A Dgtest_skip_check_output_test.py47 class SkipEntireEnvironmentTest(gtest_test_utils.TestCase):
H A Dgoogletest-uninitialized-test.py63 class GTestUninitializedTest(gtest_test_utils.TestCase):
H A Dgtest_testbridge_test.py46 class GTestTestFilterTest(gtest_test_utils.TestCase):
H A Dgoogletest-global-environment-unittest.py55 class GTestGlobalEnvironmentUnitTest(gtest_test_utils.TestCase):
H A Dgoogletest-env-var-test.py81 class GTestEnvVarTest(gtest_test_utils.TestCase):
H A Dgoogletest-list-tests-unittest.py131 class GTestListTestsUnitTest(gtest_test_utils.TestCase):
H A Dgtest_list_output_unittest.py226 class GTestListTestsOutputUnitTest(gtest_test_utils.TestCase):
/freebsd/contrib/expat/tests/
H A Dacc_tests.c391 struct TestCase { in START_TEST() struct
396 struct TestCase cases[] = { in START_TEST()
/freebsd/contrib/file/python/
H A Dtests.py8 class MagicTestCase(unittest.TestCase):
/freebsd/contrib/googletest/googletest/include/gtest/
H A Dgtest.h214 using TestCase = TestSuite; variable
949 virtual void OnTestCaseStart(const TestCase& /*test_case*/) {} in OnTestCaseStart() argument
971 virtual void OnTestCaseEnd(const TestCase& /*test_case*/) {} in OnTestCaseEnd() argument
1002 void OnTestCaseStart(const TestCase& /*test_case*/) override {} in OnTestCaseStart() argument
1011 void OnTestCaseEnd(const TestCase& /*test_case*/) override {} in OnTestCaseEnd() argument
1138 const TestCase* current_test_case() const GTEST_LOCK_EXCLUDED_(mutex_);
1221 const TestCase* GetTestCase(int i) const;
/freebsd/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-param-util.h681 template <class TestCase>
682 using ParameterizedTestCaseInfo = ParameterizedTestSuiteInfo<TestCase>;
741 template <class TestCase>
742 ParameterizedTestCaseInfo<TestCase>* GetTestCasePatternHolder( in GetTestCasePatternHolder()
744 return GetTestSuitePatternHolder<TestCase>(std::move(test_case_name), in GetTestCasePatternHolder()

12