Home
last modified time | relevance | path

Searched defs:TestParams (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/test/unit/
Dast_dumper_test.cpp37 struct TestParams { struct
38 explicit TestParams(std::string_view testSrc, std::string testArgsList = std::string {}, in TestParams() argument
45 std::string_view src;
46 std::string argsList;
47 int argsCount;
48 std::string_view fileName;
50 static constexpr int ARGS_COUNT_DEFAULT = 1;
51 static constexpr std::string_view FILE_NAME_DEFAULT = "dummy.sts";
/arkcompiler/runtime_core/static_core/plugins/ets/tests/napi/etsnative/
Detsnative_library_path_test.cpp31 struct TestParams { struct
32 bool expected;
33 std::string libraryPath;
34 std::string libraryFile;