Home
last modified time | relevance | path

Searched refs:TestParams (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/test/unit/
H A Dast_dumper_test.cpp37 struct TestParams { struct
38 explicit TestParams(std::string_view testSrc, std::string testArgsList = std::string {}, in TestParams() function
55 TestParams DumpJsonSimple() in DumpJsonSimple()
65 return TestParams {SRC}; in DumpJsonSimple()
68 TestParams DumpJsonUTF16Char() in DumpJsonUTF16Char()
80 return TestParams {SRC}; in DumpJsonUTF16Char()
83 TestParams DumpEtsSrcSimple() in DumpEtsSrcSimple()
101 return TestParams {SRC, argsList}; in DumpEtsSrcSimple()
106 class ASTDumperTest : public testing::TestWithParam<TestParams> {
/arkcompiler/runtime_core/static_core/plugins/ets/tests/napi/etsnative/
H A Detsnative_library_path_test.cpp31 struct TestParams { struct
37 inline std::ostream &operator<<(std::ostream &out, const TestParams &val) in operator <<()
48 class EtsNativeLibraryPathTest : public testing::TestWithParam<TestParams> {
103 TestParams {
108 TestParams {
119 TestParams {

Completed in 2 milliseconds