Heraia
0.1.8
|
Header file for tests (code coverage and bug tracking) More...
Go to the source code of this file.
Functions | |
gboolean | test_decode_functions (void) |
test decode functions No parameters More... | |
gboolean | tests_ui (heraia_struct_t *main_struct) |
functions to tests heraia's UI More... | |
Header file for tests (code coverage and bug tracking)
Definition in file tests.h.
gboolean test_decode_functions | ( | void | ) |
test decode functions No parameters
Definition at line 66 of file tests.c.
References decode_16bits_signed(), decode_16bits_unsigned(), decode_32bits_signed(), decode_32bits_unsigned(), decode_64bits_signed(), decode_64bits_unsigned(), decode_8bits_signed(), decode_8bits_unsigned(), decode_double_normal(), decode_double_scientific(), decode_float_normal(), decode_float_scientific(), and test_one_function().
Referenced by do_heraia_coverage_tests().
gboolean tests_ui | ( | heraia_struct_t * | main_struct | ) |
functions to tests heraia's UI
main_struct | : the main structure (the whole one) |
Definition at line 97 of file tests.c.
Referenced by on_tests_menu_activate().