Searched refs:makeTestCase (Results 1 – 10 of 10) sorted by relevance
/external/catch2/projects/SelfTest/IntrospectiveTests/ |
D | Tag.tests.cpp | 48 …auto testcase = Catch::makeTestCase(nullptr, "", {"fake test name", "[.magic-tag]"}, CATCH_INTERNA… 55 …auto testcase = Catch::makeTestCase(nullptr, "", {"fake test name", tag}, CATCH_INTERNAL_LINEINFO);
|
D | CmdLine.tests.cpp | 18 …fakeTestCase(const char* name, const char* desc = "") { return Catch::makeTestCase(nullptr, "", { … in fakeTestCase()
|
/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/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 | 4785 TestCase makeTestCase( ITestInvoker* testCase, 4890 …getMutableRegistryHub().registerTest( makeTestCase( new OcMethod( cls, selector ), className, Name… in registerTestMethods() 13845 TestCase makeTestCase( ITestInvoker* _testCase, in makeTestCase() function 14334 makeTestCase( in AutoReg()
|
/external/libabigail/tests/lib/ |
D | catch.hpp | 4816 TestCase makeTestCase( ITestInvoker* testCase, 4921 …getMutableRegistryHub().registerTest( makeTestCase( new OcMethod( cls, selector ), className, Name… in registerTestMethods() 13990 TestCase makeTestCase( ITestInvoker* _testCase, in makeTestCase() function 14539 makeTestCase( in AutoReg()
|