Test suite core declarations.
Copyright (c) 2011-2018 Microchip Technology Inc. and its subsidiaries.
Data Structures | |
struct | test_case |
A test case. More... | |
struct | test_suite |
A test suite. More... | |
Macros | |
#define | ARRAY_LEN(a) (sizeof(a) / sizeof((a)[0])) |
Convenience macro for counting elements in arrays. More... | |
#define | Assert(expr) |
Assert() macro definition for unit testing. More... | |
Wrappers for printing debug information | |
| |
#define | dbg(__fmt_) printf(__fmt_) |
#define | dbg_info(__fmt_,...) printf(__fmt_, __VA_ARGS__) |
#define | dbg_error(_x,...) printf(_x, __VA_ARGS__) |
#define | dbg_putchar(c) putc(c, stdout) |
#define | dbg_vprintf_pgm(...) vfprintf(stdout, __VA_ARGS__) |
Test suite definition macros | |
#define | DEFINE_TEST_CASE(_sym, _setup, _run, _cleanup, _name) |
Create a test case struct. More... | |
#define | DEFINE_TEST_ARRAY(_sym) const struct test_case *const _sym[] |
Create an array of test case pointers. More... | |
#define | DEFINE_TEST_SUITE(_sym, _test_array, _name) |
Create a test suite. More... | |
Functions | |
void | test_case_fail (const struct test_case *test, int result, const char *file, unsigned int line, const char *fmt,...) |
Report a failure and jump out of current test case function. More... | |
Test suite interaction | |
int | test_suite_run (const struct test_suite *suite) |
Run a test suite. More... | |
Test data access | |
void * | test_priv_data |
Data pointer for test cases. More... | |
static void | test_set_data (void *data) |
Set private data pointer for the current test. More... | |
static void * | test_get_data (void) |
Get the private data pointer for the current test. More... | |
Test case pointer access | |
struct test_case * | test_case_ptr |
Pointer to current test case. More... | |
static void | test_set_case (const struct test_case *test) |
Set pointer to current test. More... | |
static struct test_case * | test_get_case (void) |
Get pointer to current test. More... | |
Test result reporting | |
#define | test_fail(test, result,...) test_case_fail(test, result, __FILE__, __LINE__, __VA_ARGS__) |
Fail the test. More... | |
#define | test_assert_true(test, condition,...) |
Verify that condition is true. More... | |
#define | test_assert_false(test, condition,...) test_assert_true(test, !(condition), __VA_ARGS__) |
Verify that condition is false. More... | |
enum | test_status { TEST_ERROR = -1, TEST_PASS = 0, TEST_FAIL = 1 } |
Status codes returned by test cases and fixtures. More... | |
#define Assert | ( | expr | ) |
Assert() macro definition for unit testing.
The Assert() macro is set up to use test_assert_true(), as this will only halt execution of the current test, allowing the remaining tests a chance to complete.
Referenced by ac_set_voltage_scaler(), adc_disable_clock(), adc_enable_clock(), adc_get_calibration_data(), adc_get_channel(), adc_is_enabled(), adc_set_callback(), adc_set_clock_rate(), adc_set_conversion_trigger(), adc_set_current_limit(), adc_set_dma_request_group(), adc_set_gain_impedance_mode(), adc_write_configuration(), adcch_get_gain_setting(), adcch_set_input(), adcch_set_pin_scan(), adcch_write_configuration(), beacon_loss_timer_cb(), calendar_add_second_to_date(), csma_backoff_calculation(), dac_channel_is_ready(), dac_disable_clock(), dac_enable_clock(), dac_get_channel_value(), dac_is_enabled(), dac_set_active_channel(), dac_set_channel_value(), dac_set_conversion_interval(), dac_set_conversion_trigger(), dac_set_refresh_interval(), dac_wait_for_channel_ready(), dac_write_configuration(), dispatch_event(), dma_set_double_buffer_mode(), dma_set_priority_mode(), ebi_get_cs_addr_from_cs_num(), ebi_sdram_set_cas_latency(), ebi_sdram_set_col_bits(), ebi_sdram_set_row_bits(), ebi_setup_port(), fifo_init(), gfx_draw_char(), gfx_draw_char_hugemem(), gfx_draw_char_progmem(), gfx_draw_progmem_string_aligned(), gfx_draw_string_aligned(), gfx_generic_draw_bitmap_tiled(), gfx_generic_get_pixmap(), gfx_generic_put_bitmap(), gfx_generic_put_pixmap(), gfx_get_progmem_string_bounding_box(), gfx_get_string_bounding_box(), gfx_mono_draw_char(), gfx_mono_draw_char_hugemem(), gfx_mono_draw_char_progmem(), gfx_mono_draw_progmem_string(), gfx_mono_draw_string(), gfx_mono_get_progmem_string_bounding_box(), gfx_mono_get_string_bounding_box(), handle_incoming_msg(), handle_received_frame_irq(), handle_tx_end_irq(), hugemem_read_block(), hugemem_write_block(), hx8347a_copy_pixels_from_screen(), hx8347a_copy_pixels_to_screen(), hx8347a_copy_progmem_pixels_to_screen(), hx8347a_duplicate_pixel(), hx8347a_write_gram(), ili9341_copy_pixels_from_screen(), ili9341_copy_pixels_to_screen(), ili9341_duplicate_pixel(), ili9341_write_gram(), mac_coord_realignment_command_tx_success(), mac_idle_trans(), mac_process_tal_data_ind(), mac_process_tal_tx_status(), mac_send_gts_ind(), mac_tx_gts_data(), membag_init(), mxt_init(), nvm_eeprom_atomic_write_page(), nvm_eeprom_erase_bytes_in_page(), nvm_eeprom_read_byte(), nvm_eeprom_split_write_page(), nvm_eeprom_write_byte(), osc_disable(), osc_disable_autocalibration(), osc_enable_autocalibration(), osc_enable_external(), osc_enable_internal(), osc_get_rate(), osc_is_ready(), osc_user_calibration(), parse_mpdu(), perform_cca_twice(), pll_config_init(), pll_config_read(), pll_config_write(), pll_disable(), pll_enable(), pll_enable_config_defaults(), pll_enable_source(), pll_get_default_rate_priv(), pll_is_locked(), pll_wait_for_lock(), pmic_disable_level(), pmic_enable_level(), pmic_level_is_enabled(), pmic_set_scheduling(), pmic_set_vector_location(), process_data_ind_not_transient(), pwm_init(), pwm_set_duty_cycle_percent(), pwm_set_frequency(), qdec_config_revolution(), qdec_enabled(), qdec_enabled_pins(), qdec_enabled_tc_freq(), rtc_set_alarm_relative(), sd_mmc_select_slot(), sd_mmc_start_read_blocks(), sd_mmc_start_write_blocks(), set_trx_state(), sleepmgr_get_sleep_mode(), sleepmgr_sleep(), slotted_csma_state_handling(), sound_get_frequency_from_note(), spi_master_setup_device(), spi_xmega_set_baud_div(), start_beacon_loss_timer(), switch_pll_on(), sysclk_disable_peripheral_clock(), sysclk_enable_peripheral_clock(), sysclk_enable_usb(), sysclk_get_peripheral_bus_hz(), sysclk_init(), sysclk_rtcsrc_enable(), tal_pib_set(), tal_reset(), tal_rx_frame_cb(), tal_task(), tal_trx_wakeup(), trx_init(), trx_irq_awake_handler_cb(), trx_irq_handler_cb(), trx_reset(), tx_done(), tx_done_handling(), usart_set_baudrate_precalculated(), win_create(), win_destroy(), win_get_area(), win_get_attributes(), win_hide(), win_inflate_area(), win_lower(), win_process_command_event(), win_process_events(), win_raise(), win_reparent(), win_set_area(), win_set_attributes(), win_show(), win_translate_win_to_root(), wtk_basic_frame_as_child(), wtk_basic_frame_create(), wtk_basic_frame_get_custom_data(), wtk_button_as_child(), wtk_button_create(), wtk_button_get_command(), wtk_button_handler(), wtk_button_size_hint(), wtk_check_box_as_child(), wtk_check_box_create(), wtk_check_box_get_command(), wtk_check_box_handler(), wtk_check_box_is_selected(), wtk_check_box_set(), wtk_check_box_size_hint(), wtk_check_box_toggle(), wtk_copy_string(), wtk_frame_as_child(), wtk_frame_as_parent(), wtk_frame_create(), wtk_frame_get_custom_data(), wtk_icon_button_as_child(), wtk_icon_button_create(), wtk_icon_button_get_command(), wtk_icon_button_handler(), wtk_icon_button_is_selected(), wtk_icon_button_select(), wtk_icon_button_size_hint(), wtk_icon_group_get_selected(), wtk_label_as_child(), wtk_label_change(), wtk_label_create(), wtk_label_handler(), wtk_label_size_hint(), wtk_plot_add_value(), wtk_plot_as_child(), wtk_plot_create(), wtk_plot_handler(), wtk_plot_set_colors(), wtk_plot_set_grid(), wtk_progress_bar_as_child(), wtk_progress_bar_create(), wtk_progress_bar_get_value(), wtk_progress_bar_handler(), wtk_progress_bar_set_colors(), wtk_progress_bar_set_value(), wtk_radio_button_as_child(), wtk_radio_button_create(), wtk_radio_button_get_command(), wtk_radio_button_handler(), wtk_radio_button_is_selected(), wtk_radio_button_select(), wtk_radio_button_size_hint(), wtk_radio_group_get_selected(), wtk_rescale_value(), wtk_slider_as_child(), wtk_slider_create(), wtk_slider_get_command(), wtk_slider_get_value(), wtk_slider_handler(), wtk_slider_is_moving(), and wtk_slider_set_value().