|
Asterisk - The Open Source Telephony Project GIT-master-27fb039
|
Call Parking Unit Tests. More...
#include "asterisk.h"#include "res_parking.h"#include "asterisk/utils.h"#include "asterisk/module.h"#include "asterisk/astobj2.h"#include "asterisk/test.h"#include "asterisk/stringfields.h"#include "asterisk/time.h"#include "asterisk/causes.h"#include "asterisk/pbx.h"#include "asterisk/format_cache.h"
Go to the source code of this file.
Functions | |
| int | load_parking_tests (void) |
| Register parking unit tests. | |
| void | unload_parking_tests (void) |
| Unregister parking unit tests. | |
Call Parking Unit Tests.
Definition in file parking_tests.c.
| int load_parking_tests | ( | void | ) |
Register parking unit tests.
| 0 | on success |
| nonzero | on failure |
Definition at line 851 of file parking_tests.c.
References AST_TEST_REGISTER.
Referenced by load_module().
| void unload_parking_tests | ( | void | ) |
Unregister parking unit tests.
Definition at line 838 of file parking_tests.c.
References AST_TEST_UNREGISTER.
Referenced by unload_module().