Searched refs:NativeDrawingPathTest (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/ |
H A D | drawing_path_test.cpp | 33 class NativeDrawingPathTest : public testing::Test { class 45 void NativeDrawingPathTest::SetUpTestCase() {} in SetUpTestCase() 46 void NativeDrawingPathTest::TearDownTestCase() {} in TearDownTestCase() 47 void NativeDrawingPathTest::SetUp() {} in SetUp() 48 void NativeDrawingPathTest::TearDown() {} in TearDown() 56 HWTEST_F(NativeDrawingPathTest, NativeDrawingPathTest_pathCreate001, TestSize.Level1) 69 HWTEST_F(NativeDrawingPathTest, NativeDrawingPathTest_pathMoveTo002, TestSize.Level1) 87 HWTEST_F(NativeDrawingPathTest, NativeDrawingPathTest_pathLineTo003, TestSize.Level1) 105 HWTEST_F(NativeDrawingPathTest, NativeDrawingPathTest_pathReset004, TestSize.Level1) 123 HWTEST_F(NativeDrawingPathTest, NativeDrawingPathTest_pathArcTo005, TestSize.Level1) [all …]
|