Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/
Dets_field_test.cpp71 static void TestFieldMethods(const char *source, const char *className, const char *fieldName, in TestFieldMethods() function
109 TestFieldMethods(source, "LBall;", "BALL_RADIUS", "F", true); in TEST_F()
110 TestFieldMethods(source, "LBall;", "BALL_SPEED", "I", true); in TEST_F()
111 TestFieldMethods(source, "LBall;", "vx", "F", false); in TEST_F()
112 TestFieldMethods(source, "LBall;", "vy", "I", false); in TEST_F()
125 TestFieldMethods(source, "LDrawer;", "frameWidth", "I", false); in TEST_F()
126 TestFieldMethods(source, "LDrawer;", "frameHeight", "I", false); in TEST_F()
127 TestFieldMethods(source, "LDrawer;", "startTime", "J", true); in TEST_F()
128 TestFieldMethods(source, "LDrawer;", "fps", "I", false); in TEST_F()
129 TestFieldMethods(source, "LDrawer;", "drawCounter", "A", false); in TEST_F()