Home
last modified time | relevance | path

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

/lvgl-latest/tests/src/test_cases/widgets/
Dtest_msgbox.c47 TEST_ASSERT_NOT_NULL(msgbox); in test_msgbox_creation_successful_with_close_button()
61 TEST_ASSERT_NOT_NULL(msgbox); in test_msgbox_creation_successful_no_close_button()
77 TEST_ASSERT_NOT_NULL(msgbox); in test_msgbox_creation_successful_modal()
106 TEST_ASSERT_NOT_NULL(lv_msgbox_get_content(msgbox)); in test_msgbox_get_content()
117 TEST_ASSERT_NOT_NULL(msgbox); in test_msgbox_close()
128 TEST_ASSERT_NOT_NULL(msgbox); in test_msgbox_close_modal()
137 TEST_ASSERT_NOT_NULL(msgbox); in test_msgbox_close_async()
146 TEST_ASSERT_NOT_NULL(msgbox); in test_msgbox_close_async_modal()
Dtest_tabview.c45 TEST_ASSERT_NOT_NULL(tabview); in test_tabview_create_successful_dir_top()
56 TEST_ASSERT_NOT_NULL(tabview); in test_tabview_create_successful_dir_bottom()
67 TEST_ASSERT_NOT_NULL(tabview); in test_tabview_create_successful_dir_left()
78 TEST_ASSERT_NOT_NULL(tabview); in test_tabview_create_successful_dir_right()
91 TEST_ASSERT_NOT_NULL(tab1); in test_tabview_add_one_tab_empty()
102 TEST_ASSERT_NOT_NULL(tab1); in test_tabview_add_one_tab_empty_hor()
215 TEST_ASSERT_NOT_NULL(content); in test_tabview_get_content()
224 TEST_ASSERT_NOT_NULL(tab_bar); in test_tabview_get_tab_bar()
Dtest_animimg.c43 TEST_ASSERT_NOT_NULL(animimg); in test_animimg_successful_create()
50 TEST_ASSERT_NOT_NULL(animimg); in test_animimg_set_src()
59 TEST_ASSERT_NOT_NULL(actual_dsc); in test_animimg_get_src()
104 TEST_ASSERT_NOT_NULL(animimg); in test_animimg_start()
Dtest_checkbox.c35 TEST_ASSERT_NOT_NULL(checkbox); in test_checkbox_creation_successful()
61 TEST_ASSERT_NOT_NULL(lv_checkbox_get_text(checkbox)); in test_checkbox_should_have_default_text_when_created()
74 TEST_ASSERT_NOT_NULL(lv_checkbox_get_text(checkbox)); in test_checkbox_should_return_dynamically_allocated_text()
Dtest_scale.c327 TEST_ASSERT_NOT_NULL(section->main_style); in test_scale_set_style()
334 TEST_ASSERT_NOT_NULL(section->main_style); in test_scale_set_style()
335 TEST_ASSERT_NOT_NULL(section->indicator_style); in test_scale_set_style()
342 TEST_ASSERT_NOT_NULL(section->main_style); in test_scale_set_style()
343 TEST_ASSERT_NOT_NULL(section->indicator_style); in test_scale_set_style()
344 TEST_ASSERT_NOT_NULL(section->items_style); in test_scale_set_style()
352 TEST_ASSERT_NOT_NULL(section->main_style); in test_scale_set_style()
353 TEST_ASSERT_NOT_NULL(section->indicator_style); in test_scale_set_style()
354 TEST_ASSERT_NOT_NULL(section->items_style); in test_scale_set_style()
502 TEST_ASSERT_NOT_NULL(allocated_points_array); in test_scale_set_line_needle_value()
Dtest_btn.c23 TEST_ASSERT_NOT_NULL(btn); in test_button_creation()
Dtest_imgfont.c42 TEST_ASSERT_NOT_NULL(imgfont); in test_imgfont_creation()
Dtest_calendar.c42 TEST_ASSERT_NOT_NULL(g_calendar); in test_calendar_creation_successful()
209 TEST_ASSERT_NOT_NULL(btnm); in test_calendar_get_btnmatrix()
Dtest_obj_transform.c50 TEST_ASSERT_NOT_NULL(obj_transform); in test_obj_transform()
Dtest_dropdown.c196 TEST_ASSERT_NOT_NULL(lv_dropdown_get_list(dd1)); in test_dropdown_keypad()
204 TEST_ASSERT_NOT_NULL(lv_dropdown_get_list(dd1)); in test_dropdown_keypad()
220 TEST_ASSERT_NOT_NULL(lv_dropdown_get_list(dd1)); in test_dropdown_keypad()
259 TEST_ASSERT_NOT_NULL(lv_dropdown_get_list(dd2)); in test_dropdown_keypad()
Dtest_btnmatrix.c16 TEST_ASSERT_NOT_NULL(btnm); in setUp()
69 TEST_ASSERT_NOT_NULL(btnm); in test_button_matrix_render_2()
81 TEST_ASSERT_NOT_NULL(btnm); in test_button_matrix_render_2()
Dtest_win.c30 TEST_ASSERT_NOT_NULL(win); in test_win_should_have_valid_documented_default_values()
Dtest_arc.c43 TEST_ASSERT_NOT_NULL(arc); in test_arc_creation_successful()
/lvgl-latest/tests/src/test_cases/
Dtest_font_loader.c105 TEST_ASSERT_NOT_NULL(font_1_bin); in test_font_loader_with_cache()
108 TEST_ASSERT_NOT_NULL(font_2_bin); in test_font_loader_with_cache()
111 TEST_ASSERT_NOT_NULL(font_3_bin); in test_font_loader_with_cache()
121 TEST_ASSERT_NOT_NULL(font_1_bin); in test_font_loader_no_cache()
124 TEST_ASSERT_NOT_NULL(font_2_bin); in test_font_loader_no_cache()
127 TEST_ASSERT_NOT_NULL(font_3_bin); in test_font_loader_no_cache()
137 TEST_ASSERT_NOT_NULL(font_1_bin); in test_font_loader_from_buffer()
140 TEST_ASSERT_NOT_NULL(font_2_bin); in test_font_loader_from_buffer()
143 TEST_ASSERT_NOT_NULL(font_3_bin); in test_font_loader_from_buffer()
159 TEST_ASSERT_NOT_NULL(font); in test_font_loader_reload()
[all …]
Dtest_snapshot.c25 TEST_ASSERT_NOT_NULL(snapshots[idx]); in test_snapshot_should_not_leak_memory()
57 TEST_ASSERT_NOT_NULL(snapshots[idx]); in test_snapshot_with_transform_should_not_leak_memory()
Dtest_draw_buf_stride.c67 TEST_ASSERT_NOT_NULL(decoded); in test_draw_buf_stride_adjust()
Dtest_anim_timeline.c43 TEST_ASSERT_NOT_NULL(anim_timeline); in test_anim_timeline_progress_1()
344 TEST_ASSERT_NOT_NULL(anim_timeline); in test_anim_timeline_repeat()
401 TEST_ASSERT_NOT_NULL(anim_timeline); in test_anim_timeline_delay()
/lvgl-latest/tests/src/test_cases/libs/
Dtest_font_stress.c120 TEST_ASSERT_NOT_NULL(font); in font_stress_label_delete()
151 TEST_ASSERT_NOT_NULL(pathname); in font_stress_update()
185 TEST_ASSERT_NOT_NULL(ctx->font_manager); in font_manager_font_create_cb()
191 TEST_ASSERT_NOT_NULL(ctx->font_manager); in font_manager_font_delete_cb()
202 TEST_ASSERT_NOT_NULL(g_ctx.label_arr); in setUp()
248 TEST_ASSERT_NOT_NULL(g_ctx.font_manager); in test_font_manager_stress()
Dtest_qrcode.c28 TEST_ASSERT_NOT_NULL(qr); in test_barcode_normal()
Dtest_barcode.c24 TEST_ASSERT_NOT_NULL(barcode); in test_barcode_normal()
/lvgl-latest/tests/src/test_cases/cache/
Dtest_cache.c88 TEST_ASSERT_NOT_NULL(entry); in test_cache_1()
91 TEST_ASSERT_NOT_NULL(data); in test_cache_1()
/lvgl-latest/tests/src/test_cases/draw/
Dtest_draw_vector.c243 TEST_ASSERT_NOT_NULL(draw_buf); in canvas_draw()
Dtest_draw_svg.c16 TEST_ASSERT_NOT_NULL(canvas_buf); in setUp()
/lvgl-latest/tests/unity/
Dunity.h142 #define TEST_ASSERT_NOT_NULL(pointer) … macro