Home
last modified time | relevance | path

Searched refs:makeTestCase (Results 1 – 8 of 8) sorted by relevance

/external/catch2/include/internal/
Dcatch_test_registry.cpp25 makeTestCase( in AutoReg()
Dcatch_test_case_info.h80 TestCase makeTestCase( ITestInvoker* testCase,
Dcatch_test_case_info.cpp51 TestCase makeTestCase( ITestInvoker* _testCase, in makeTestCase() function
Dcatch_objc.hpp96 …getMutableRegistryHub().registerTest( makeTestCase( new OcMethod( cls, selector ), className, Name… in registerTestMethods()
/external/boringssl/src/crypto/cipher_extra/test/
Dmake_legacy_aead_tests.go117 func makeTestCase(length int, options options) (*testCase, error) { func
252 t, err := makeTestCase(length, options)
/external/catch2/projects/SelfTest/IntrospectiveTests/
DCmdLine.tests.cpp18 …fakeTestCase(const char* name, const char* desc = "") { return Catch::makeTestCase(nullptr, "", { … in fakeTestCase()
/external/bcc/tests/cc/
Dcatch.hpp2866 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/
Dcatch.hpp4227 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()