#include "abts.h"
#include "abts_tests.h"
#include "testutil.h"
Go to the source code of this file.
|
| static int | find_test_name (const char *testname) |
| |
| static int | should_test_run (const char *testname) |
| |
| static void | reset_status (void) |
| |
| static void | update_status (void) |
| |
| static void | end_suite (abts_suite *suite) |
| |
| abts_suite * | abts_add_suite (abts_suite *suite, const char *suite_name_full) |
| |
| void | abts_run_test (abts_suite *ts, test_func f, void *value) |
| |
| static int | report (abts_suite *suite) |
| |
| void | abts_log_message (const char *fmt,...) |
| |
| void | abts_int_equal (abts_case *tc, const int expected, const int actual, int lineno) |
| |
| void | abts_int_nequal (abts_case *tc, const int expected, const int actual, int lineno) |
| |
| void | abts_str_equal (abts_case *tc, const char *expected, const char *actual, int lineno) |
| |
| void | abts_str_nequal (abts_case *tc, const char *expected, const char *actual, size_t n, int lineno) |
| |
| void | abts_ptr_notnull (abts_case *tc, const void *ptr, int lineno) |
| |
| void | abts_ptr_equal (abts_case *tc, const void *expected, const void *actual, int lineno) |
| |
| void | abts_fail (abts_case *tc, const char *message, int lineno) |
| |
| void | abts_assert (abts_case *tc, const char *message, int condition, int lineno) |
| |
| void | abts_true (abts_case *tc, int condition, int lineno) |
| |
| void | abts_not_impl (abts_case *tc, const char *message, int lineno) |
| |
| int | main (int argc, const char *const argv[]) |
| |
◆ ABTS_STAT_SIZE
◆ abts_add_suite()
◆ abts_assert()
◆ abts_fail()
◆ abts_int_equal()
◆ abts_int_nequal()
◆ abts_log_message()
| void abts_log_message |
( |
const char * |
fmt, |
|
|
|
... |
|
) |
| |
◆ abts_not_impl()
◆ abts_ptr_equal()
◆ abts_ptr_notnull()
◆ abts_run_test()
◆ abts_str_equal()
◆ abts_str_nequal()
◆ abts_true()
◆ end_suite()
◆ find_test_name()
◆ main()
◆ report()
◆ reset_status()
| static void reset_status |
( |
void |
| ) |
|
|
static |
◆ should_test_run()
◆ update_status()
| static void update_status |
( |
void |
| ) |
|
|
static |
◆ curr_char
◆ exclude
◆ list_tests
◆ quiet
◆ status
| char status[6] = {'|', '/', '-', '|', '\\', '-'} |
|
static |
◆ testlist
◆ verbose