Tests for a generic string buffer structure for string printing and parsing.
More...
#include <freeradius-devel/util/acutest.h>
#include <freeradius-devel/util/acutest_helpers.h>
#include <freeradius-devel/util/time.h>
Go to the source code of this file.
Tests for a generic string buffer structure for string printing and parsing.
- Copyright
- 2020 Arran Cudbard-Bell a.cud.nosp@m.bard.nosp@m.b@fre.nosp@m.erad.nosp@m.ius.o.nosp@m.rg
Definition in file strerror_tests.c.
◆ strerror_const_benchmark()
static void strerror_const_benchmark |
( |
void |
| ) |
|
|
static |
◆ strerror_perror_null()
static void strerror_perror_null |
( |
void |
| ) |
|
|
static |
◆ strerror_pop_uninit()
static void strerror_pop_uninit |
( |
void |
| ) |
|
|
static |
◆ strerror_printf()
static void strerror_printf |
( |
void |
| ) |
|
|
static |
◆ strerror_printf_benchmark()
static void strerror_printf_benchmark |
( |
void |
| ) |
|
|
static |
◆ strerror_printf_push_append()
static void strerror_printf_push_append |
( |
void |
| ) |
|
|
static |
◆ strerror_printf_push_append2()
static void strerror_printf_push_append2 |
( |
void |
| ) |
|
|
static |
◆ strerror_printf_push_pop()
static void strerror_printf_push_pop |
( |
void |
| ) |
|
|
static |
◆ strerror_printf_push_pop_multi()
static void strerror_printf_push_pop_multi |
( |
void |
| ) |
|
|
static |
◆ strerror_printf_push_strerror()
static void strerror_printf_push_strerror |
( |
void |
| ) |
|
|
static |
◆ strerror_printf_push_strerror_multi()
static void strerror_printf_push_strerror_multi |
( |
void |
| ) |
|
|
static |
◆ strerror_printf_strerror_append()
static void strerror_printf_strerror_append |
( |
void |
| ) |
|
|
static |
◆ strerror_uninit()
static void strerror_uninit |
( |
void |
| ) |
|
|
static |
◆ TEST_LIST
Initial value:= {
{ 0 }
}
static void strerror_const_benchmark(void)
static void strerror_printf_push_strerror(void)
static void strerror_perror_null(void)
static void strerror_printf(void)
static void strerror_printf_push_pop(void)
static void strerror_printf_push_append2(void)
static void strerror_printf_benchmark(void)
static void strerror_uninit(void)
static void strerror_printf_push_pop_multi(void)
static void strerror_printf_push_strerror_multi(void)
static void strerror_printf_push_append(void)
static void strerror_pop_uninit(void)
static void strerror_printf_strerror_append(void)
Definition at line 240 of file strerror_tests.c.