Home
last modified time | relevance | path

Searched refs:expectWidth (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/print/print_fwk/test/unittest/fwk_inner_napi_test/
H A Dprint_page_size_test.cpp49 constexpr uint32_t expectWidth = 11690; variable
52 EXPECT_EQ(expectWidth, printpageSize.GetWidth());
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/list/
H A Dlist_group_algorithm_test_ng.cpp206 float expectWidth = 216.f; variable
207 EXPECT_TRUE(IsEqual(groupRect, RectF(12.f, 0, expectWidth, groupHeight)));
208 EXPECT_TRUE(IsEqual(headRect, RectF(0, 0, expectWidth, GROUP_HEADER_LEN)));
209 …EXPECT_TRUE(IsEqual(footRect, RectF(0, groupHeight - GROUP_HEADER_LEN, expectWidth, GROUP_HEADER_L…
210 EXPECT_TRUE(IsEqual(firstItemRect, RectF(0, GROUP_HEADER_LEN, expectWidth, ITEM_HEIGHT)));
211 …Equal(secondItemRect, RectF(0, GROUP_HEADER_LEN + SPACE + ITEM_HEIGHT, expectWidth, ITEM_HEIGHT)));
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/
H A Dswiper_overlength_indicator_modifier_test_ng.cpp461 auto expectWidth = widthStart + (widthEnd - widthStart) * expectMoveRate; variable
465 EXPECT_NEAR(expectWidth, indicatorModifier->animationEndIndicatorWidth_[0], 0.001f);
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/grid_row/old_cases/
H A Dgrid_row_test_ng.cpp57 static void TestGridColWidth(uint8_t span, uint8_t expectWidth);
146 void GridRowTestNg::TestGridColWidth(uint8_t span, uint8_t expectWidth) in TestGridColWidth() argument
157 EXPECT_EQ(spanWidth, expectWidth * DEFAULT_SPAN_WIDTH); in TestGridColWidth()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/select/
H A Dselect_test_ng.cpp239 auto expectWidth = variable
241 EXPECT_EQ(size.Width(), static_cast<float>(expectWidth));