OpenVAS Scanner
7.0.0~git
|
Go to the source code of this file.
Functions | |
Describe (attack) | |
BeforeEach (attack) | |
AfterEach (attack) | |
int | __wrap_redis_push_str (kb_t kb, const char *name, const char *value) |
Ensure (attack, comm_send_status_returns_neg1_for_null_args) | |
Ensure (attack, comm_send_status_error_if_hostname_too_big) | |
Ensure (attack, comm_send_status_sends_correct_text) | |
int | main (int argc, char **argv) |
Variables | |
gchar * | given_name = NULL |
gchar * | given_value = NULL |
int __wrap_redis_push_str | ( | kb_t | kb, |
const char * | name, | ||
const char * | value | ||
) |
Definition at line 39 of file attack_tests.c.
References given_name, given_value, and name.
Referenced by Ensure().
AfterEach | ( | attack | ) |
Definition at line 29 of file attack_tests.c.
BeforeEach | ( | attack | ) |
Definition at line 26 of file attack_tests.c.
Describe | ( | attack | ) |
Ensure | ( | attack | , |
comm_send_status_error_if_hostname_too_big | |||
) |
Definition at line 61 of file attack_tests.c.
References __wrap_redis_push_str(), and comm_send_status().
Ensure | ( | attack | , |
comm_send_status_returns_neg1_for_null_args | |||
) |
Definition at line 48 of file attack_tests.c.
References __wrap_redis_push_str(), and comm_send_status().
Ensure | ( | attack | , |
comm_send_status_sends_correct_text | |||
) |
Definition at line 82 of file attack_tests.c.
References __wrap_redis_push_str(), comm_send_status(), given_name, and given_value.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 106 of file attack_tests.c.
gchar* given_name = NULL |
Definition at line 35 of file attack_tests.c.
Referenced by __wrap_redis_push_str(), and Ensure().
gchar* given_value = NULL |
Definition at line 36 of file attack_tests.c.
Referenced by __wrap_redis_push_str(), and Ensure().