Home
last modified time | relevance | path

Searched defs:testName (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/toolchain/tooling/test/utils/
Dtest_list.cpp64 void SetCurrentTestName(const std::string &testName) in SetCurrentTestName()
74 std::pair<std::string, std::string> GetTestEntryPoint(const std::string &testName) in GetTestEntryPoint()
Dtest_entry.cpp29 std::string testName = GetCurrentTestName(); in StartDebuggerImpl() local
Dtest_hooks.h26 TestHooks(const std::string &testName, const EcmaVM *vm) : vm_(vm) in TestHooks()
Dtest_util.h35 static void RegisterTest(const std::string &testName, std::unique_ptr<TestEvents> test) in RegisterTest()
/arkcompiler/toolchain/tooling/test/
Ddebugger_entry_test.cpp56 std::string testName = GetCurrentTestName(); in HWTEST_P_L0() local
/arkcompiler/runtime_core/runtime/tests/tooling/
Dtest_util.h36 …static void RegisterTest(panda_file::SourceLang language, const char *testName, std::unique_ptr<Ap… in RegisterTest()