Tests for a AVP manipulation and search API.
More...
#include <freeradius-devel/util/acutest.h>
#include <freeradius-devel/util/acutest_helpers.h>
#include <freeradius-devel/util/pair_test_helpers.h>
#include <freeradius-devel/util/conf.h>
#include <freeradius-devel/util/dict.h>
#include <freeradius-devel/util/dict_test.h>
#include <freeradius-devel/util/pair.h>
#include <freeradius-devel/util/talloc.h>
#include <freeradius-devel/server/pair.h>
#include <freeradius-devel/server/request.h>
Go to the source code of this file.
◆ TEST_INIT
◆ request_fake_alloc()
static request_t* request_fake_alloc |
( |
void |
| ) |
|
|
static |
◆ test_init()
static void test_init |
( |
void |
| ) |
|
|
static |
◆ test_pair_append_control()
static void test_pair_append_control |
( |
void |
| ) |
|
|
static |
◆ test_pair_append_reply()
static void test_pair_append_reply |
( |
void |
| ) |
|
|
static |
◆ test_pair_append_request()
static void test_pair_append_request |
( |
void |
| ) |
|
|
static |
◆ test_pair_append_session_state()
static void test_pair_append_session_state |
( |
void |
| ) |
|
|
static |
◆ test_pair_delete_control()
static void test_pair_delete_control |
( |
void |
| ) |
|
|
static |
◆ test_pair_delete_reply()
static void test_pair_delete_reply |
( |
void |
| ) |
|
|
static |
◆ test_pair_delete_request()
static void test_pair_delete_request |
( |
void |
| ) |
|
|
static |
◆ test_pair_delete_session_state()
static void test_pair_delete_session_state |
( |
void |
| ) |
|
|
static |
◆ test_pair_update_control()
static void test_pair_update_control |
( |
void |
| ) |
|
|
static |
◆ test_pair_update_reply()
static void test_pair_update_reply |
( |
void |
| ) |
|
|
static |
◆ test_pair_update_request()
static void test_pair_update_request |
( |
void |
| ) |
|
|
static |
◆ test_pair_update_session_state()
static void test_pair_update_session_state |
( |
void |
| ) |
|
|
static |
◆ autofree
◆ test_dict
◆ TEST_LIST
Initial value:= {
{ NULL }
}
static void test_pair_update_control(void)
static void test_pair_append_request(void)
static void test_pair_append_session_state(void)
static void test_pair_delete_request(void)
static void test_pair_append_control(void)
static void test_pair_delete_session_state(void)
static void test_pair_update_request(void)
static void test_pair_delete_control(void)
static void test_pair_append_reply(void)
static void test_pair_update_session_state(void)
static void test_pair_delete_reply(void)
static void test_pair_update_reply(void)
Definition at line 351 of file pair_server_tests.c.
◆ test_pairs