Home
last modified time | relevance | path

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

/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_chart_unit_test.cpp378 UIChartDataSerial::PointStyle pointStyle1 = chartDataSerial_->GetHeadPointStyle(); in HWTEST_F() local
379 EXPECT_EQ(pointStyle1.fillColor.full, pointStyle.fillColor.full); in HWTEST_F()
380 EXPECT_EQ(pointStyle1.strokeColor.full, pointStyle.strokeColor.full); in HWTEST_F()
381 EXPECT_EQ(pointStyle1.strokeWidth, pointStyle.strokeWidth); in HWTEST_F()
382 EXPECT_EQ(pointStyle1.radius, pointStyle.radius); in HWTEST_F()
401 UIChartDataSerial::PointStyle pointStyle1 = chartDataSerial_->GetTopPointStyle(); in HWTEST_F() local
402 EXPECT_EQ(pointStyle1.fillColor.full, pointStyle.fillColor.full); in HWTEST_F()
403 EXPECT_EQ(pointStyle1.strokeColor.full, pointStyle.strokeColor.full); in HWTEST_F()
404 EXPECT_EQ(pointStyle1.strokeWidth, pointStyle.strokeWidth); in HWTEST_F()
405 EXPECT_EQ(pointStyle1 in HWTEST_F()
424 UIChartDataSerial::PointStyle pointStyle1 = chartDataSerial_->GetBottomPointStyle(); HWTEST_F() local
[all...]

Completed in 1 milliseconds