Searched refs:makeTestCase (Results 1 – 8 of 8) sorted by relevance
/external/catch2/include/internal/ |
D | catch_test_registry.cpp | 25 makeTestCase( in AutoReg()
|
D | catch_test_case_info.h | 80 TestCase makeTestCase( ITestInvoker* testCase,
|
D | catch_test_case_info.cpp | 51 TestCase makeTestCase( ITestInvoker* _testCase, in makeTestCase() function
|
D | catch_objc.hpp | 96 …getMutableRegistryHub().registerTest( makeTestCase( new OcMethod( cls, selector ), className, Name… in registerTestMethods()
|
/external/boringssl/src/crypto/cipher_extra/test/ |
D | make_legacy_aead_tests.go | 117 func makeTestCase(length int, options options) (*testCase, error) { func 252 t, err := makeTestCase(length, options)
|
/external/catch2/projects/SelfTest/IntrospectiveTests/ |
D | CmdLine.tests.cpp | 18 …fakeTestCase(const char* name, const char* desc = "") { return Catch::makeTestCase(nullptr, "", { … in fakeTestCase()
|
/external/bcc/tests/cc/ |
D | catch.hpp | 2866 TestCase makeTestCase( ITestCase* testCase, 2961 …getMutableRegistryHub().registerTest( makeTestCase( new OcMethod( cls, selector ), className, name… in registerTestMethods() 6552 ( makeTestCase in registerTestCase() 7336 TestCase makeTestCase( ITestCase* _testCase, in makeTestCase() function
|
/external/catch2/single_include/catch2/ |
D | catch.hpp | 4227 TestCase makeTestCase( ITestInvoker* testCase, 4332 …getMutableRegistryHub().registerTest( makeTestCase( new OcMethod( cls, selector ), className, Name… in registerTestMethods() 11633 TestCase makeTestCase( ITestInvoker* _testCase, in makeTestCase() function 12112 makeTestCase( in AutoReg()
|