|
OpenVAS Scanner 22.7.9
|

Go to the source code of this file.
Functions | |
| Describe (ipc_openvas) | |
| BeforeEach (ipc_openvas) | |
| AfterEach (ipc_openvas) | |
| Ensure (ipc_openvas, ipc_data_from_json_ua_ok) | |
| Ensure (ipc_openvas, ipc_data_from_json_hostname_ok) | |
| Ensure (ipc_openvas, ipc_data_from_json_parse_error) | |
| Ensure (ipc_openvas, ipc_data_from_json_parse_many_objects) | |
| int | main (int argc, char **argv) |
| AfterEach | ( | ipc_openvas | ) |
Definition at line 15 of file ipc_openvas_tests.c.
| BeforeEach | ( | ipc_openvas | ) |
Definition at line 12 of file ipc_openvas_tests.c.
| Describe | ( | ipc_openvas | ) |
| Ensure | ( | ipc_openvas | , |
| ipc_data_from_json_hostname_ok | |||
| ) |
Definition at line 43 of file ipc_openvas_tests.c.
References ipc_data_destroy(), ipc_data_from_json(), ipc_data_to_json(), ipc_data_type_from_hostname(), ipc_get_hostname_from_data(), and ipc_get_hostname_source_from_data().

| Ensure | ( | ipc_openvas | , |
| ipc_data_from_json_parse_error | |||
| ) |
Definition at line 70 of file ipc_openvas_tests.c.
References ipc_data_from_json(), ipc_get_hostname_from_data(), and ipc_get_hostname_source_from_data().

| Ensure | ( | ipc_openvas | , |
| ipc_data_from_json_parse_many_objects | |||
| ) |
Definition at line 103 of file ipc_openvas_tests.c.
References ipc_data_destroy(), ipc_data_from_json(), ipc_get_hostname_from_data(), and ipc_get_hostname_source_from_data().

| Ensure | ( | ipc_openvas | , |
| ipc_data_from_json_ua_ok | |||
| ) |
Definition at line 19 of file ipc_openvas_tests.c.
References ipc_data_destroy(), ipc_data_from_json(), ipc_data_to_json(), ipc_data_type_from_user_agent(), and ipc_get_user_agent_from_data().

| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 129 of file ipc_openvas_tests.c.