Home
last modified time | relevance | path

Searched refs:testWrapper (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/layout/
H A Dlayout_wrapper_test_ng.cpp171 EXPECT_EQ(testWrapper, nullptr);
178 EXPECT_EQ(testWrapper, nullptr);
190 testWrapper = layoutWrapper->GetOrCreateChildByIndex(INDEX_NUM_0, TEST_FALSE);
191 EXPECT_EQ(testWrapper, firstChildLayoutWrapper);
197 testWrapper = layoutWrapper->GetOrCreateChildByIndex(INDEX_NUM_0, TEST_TRUE);
220 EXPECT_EQ(testWrapper, nullptr);
233 testWrapper = layoutWrapper->GetOrCreateChildByIndex(INDEX_NUM_0, TEST_FALSE);
234 EXPECT_EQ(testWrapper, nullptr);
242 testWrapper = layoutWrapper->GetOrCreateChildByIndex(INDEX_NUM_0, TEST_FALSE);
243 ASSERT_NE(testWrapper, nullptr);
[all …]
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/custom/
H A Dcustom_test_ng.cpp1316 auto testWrapper = variable
1326 testWrapper->AppendChild(testWrapperOne);
1327 testWrapper->AppendChild(testWrapperTwo);
1332 layoutParam.Update(AceType::RawPtr(testWrapper));
1363 auto testWrapper = variable
1373 testWrapper->AppendChild(testWrapperOne);
1374 testWrapper->AppendChild(testWrapperTwo);
1379 layoutParam.Update(AceType::RawPtr(testWrapper));
1415 auto testWrapper = variable
1421 testWrapper->AppendChild(testWrapperOne);
[all …]