Searched refs:registerTest (Results 1 – 9 of 9) sorted by relevance
/external/webrtc/webrtc/tools/rtcbot/ |
D | main.js | 24 function registerTest(name, func) { function 29 registerTest(name, bootstrap); 43 registerTest: registerTest, property
|
/external/catch2/include/internal/ |
D | catch_registry_hub.cpp | 51 void registerTest( TestCase const& testInfo ) override { in registerTest() function in Catch::__anon24ac53c70111::RegistryHub 52 m_testCaseRegistry.registerTest( testInfo ); in registerTest()
|
D | catch_test_case_registry_impl.cpp | 66 void TestRegistry::registerTest( TestCase const& testCase ) { in registerTest() function in Catch::TestRegistry 71 return registerTest( testCase.withName( rss.str() ) ); in registerTest()
|
D | catch_test_registry.cpp | 24 .registerTest( in AutoReg()
|
D | catch_interfaces_registry_hub.h | 46 virtual void registerTest( TestCase const& testInfo ) = 0;
|
D | catch_test_case_registry_impl.h | 37 virtual void registerTest( TestCase const& testCase );
|
D | catch_objc.hpp | 96 …getMutableRegistryHub().registerTest( makeTestCase( new OcMethod( cls, selector ), className, Name… in registerTestMethods()
|
/external/bcc/tests/cc/ |
D | catch.hpp | 2541 virtual void registerTest( TestCase const& testInfo ) = 0; 2961 …getMutableRegistryHub().registerTest( makeTestCase( new OcMethod( cls, selector ), className, name… in registerTestMethods() 6483 virtual void registerTest( TestCase const& testCase ) { in registerTest() function in Catch::TestRegistry 6488 return registerTest( testCase.withName( oss.str() ) ); in registerTest() 6551 getMutableRegistryHub().registerTest in registerTestCase() 6710 virtual void registerTest( TestCase const& testInfo ) CATCH_OVERRIDE { in registerTest() function in Catch::__anon9ae92ec10211::RegistryHub 6711 m_testCaseRegistry.registerTest( testInfo ); in registerTest()
|
/external/catch2/single_include/catch2/ |
D | catch.hpp | 2647 virtual void registerTest( TestCase const& testInfo ) = 0; 4332 …getMutableRegistryHub().registerTest( makeTestCase( new OcMethod( cls, selector ), className, Name… in registerTestMethods() 9970 virtual void registerTest( TestCase const& testCase ); 10148 void registerTest( TestCase const& testInfo ) override { in registerTest() function in Catch::__anondb8a344f1911::RegistryHub 10149 m_testCaseRegistry.registerTest( testInfo ); in registerTest() 11813 void TestRegistry::registerTest( TestCase const& testCase ) { in registerTest() function in Catch::TestRegistry 11818 return registerTest( testCase.withName( rss.str() ) ); in registerTest() 12111 .registerTest( in AutoReg()
|