Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/test/unit/dynamic/
H A Ddynamic_call_test.cpp99 void AssertNameEq(const ArenaVector<util::StringView> &name, std::initializer_list<const char *> expected) in AssertNameEq() function in ark::es2panda::testing::DynamicCall
116 AssertNameEq(name, {"b", "c", "d"}); in TEST_F()
122 AssertNameEq(callName, {"b", "c", "d"}); in TEST_F()
127 AssertNameEq(callName, {"A", "b", "c", "d"}); in TEST_F()
136 AssertNameEq(name, {"d", "e", "f"}); in TEST_F()
143 AssertNameEq(callName, {"d", "e", "f"}); in TEST_F()
148 AssertNameEq(callName, {"d", "e", "f"}); in TEST_F()
156 AssertNameEq(name, {"c", "d"}); in TEST_F()
161 AssertNameEq(callName, {"c", "d"}); in TEST_F()
175 AssertNameEq(nam in TEST_F()
[all...]

Completed in 1 milliseconds