Searched defs:testName (Results 1 – 14 of 14) sorted by relevance
| /arkcompiler/toolchain/tooling/test/utils/ |
| D | test_list.cpp | 62 void SetCurrentTestName(const std::string &testName) in SetCurrentTestName() 72 std::pair<std::string, std::string> GetTestEntryPoint(const std::string &testName) in GetTestEntryPoint()
|
| D | test_entry.cpp | 29 std::string testName = GetCurrentTestName(); in StartDebuggerImpl() local
|
| D | test_hooks.h | 26 TestHooks(const std::string &testName, const EcmaVM *vm) : vm_(vm) in TestHooks()
|
| D | test_util.h | 35 static void RegisterTest(const std::string &testName, std::unique_ptr<TestEvents> test) in RegisterTest()
|
| /arkcompiler/toolchain/tooling/test/client_utils/ |
| D | test_list.cpp | 150 void SetCurrentTestName(const std::string &testName) in SetCurrentTestName() 160 std::pair<std::string, std::string> GetTestEntryPoint(const std::string &testName) in GetTestEntryPoint()
|
| D | test_util.h | 46 static void RegisterTest(const std::string &testName, std::unique_ptr<TestActions> test) in RegisterTest()
|
| /arkcompiler/runtime_core/static_core/runtime/tests/tooling/ |
| D | init.cpp | 31 const char *testName = GetCurrentTestName(); in StartDebugger() local
|
| D | test_util.h | 38 …static void RegisterTest(panda_file::SourceLang language, const char *testName, std::unique_ptr<Ap… in RegisterTest()
|
| D | test_runner.h | 25 explicit TestRunner(const char *testName) in TestRunner()
|
| /arkcompiler/toolchain/tooling/test/ |
| D | debugger_entry_test.cpp | 61 std::string testName = GetCurrentTestName(); in HWTEST_P_L0() local
|
| D | debugger_cinterp_test.cpp | 61 std::string testName = GetCurrentTestName(); in HWTEST_P_L0() local
|
| D | debugger_client_test.cpp | 70 std::string testName = GetCurrentTestName(); in HWTEST_P_L0() local
|
| D | debugger_cint_client_test.cpp | 69 std::string testName = GetCurrentTestName(); in HWTEST_P_L0() local
|
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| D | unit_test.h | 478 #define TEST_GRAPH(ns, testName, ...) /* CC-OFF(G.PRE.06) solid logic */ \ argument 509 #define SRC_GRAPH(testName, ...) TEST_GRAPH(src_graph, testName, __VA_ARGS__) argument 510 #define OUT_GRAPH(testName, ...) TEST_GRAPH(out_graph, testName, __VA_ARGS__) argument
|