|
Greenbone Vulnerability Management Libraries 22.32.0
|

Go to the source code of this file.
Functions | |
| Describe (nvti) | |
| BeforeEach (nvti) | |
| AfterEach (nvti) | |
| Ensure (nvti, nvti_new_never_returns_null) | |
| Ensure (nvti, nvti_parse_timestamp) | |
| Ensure (nvti, nvti_set_solution_method_correct) | |
| Ensure (nvti, nvti_get_tag_gets_correct_value_one_tag) | |
| Ensure (nvti, nvti_get_tag_gets_correct_value_many_tags) | |
| Ensure (nvti, nvti_get_tag_handles_empty_tag) | |
| Ensure (nvti, nvti_get_tag_handles_null_nvti) | |
| Ensure (nvti, nvti_get_tag_handles_null_name) | |
| Ensure (nvti, nvtis_add_does_not_use_oid_as_key) | |
| Ensure (nvti, nvti_get_severity_vector_both) | |
| Ensure (nvti, nvti_get_severity_vector_no_cvss_base) | |
| Ensure (nvti, nvti_get_severity_vector_no_severity_vector) | |
| int | main (int argc, char **argv) |
| AfterEach | ( | nvti | ) |
Definition at line 15 of file nvti_tests.c.
| BeforeEach | ( | nvti | ) |
Definition at line 12 of file nvti_tests.c.
| Describe | ( | nvti | ) |
| Ensure | ( | nvti | , |
| nvti_get_severity_vector_both | ) |
Definition at line 157 of file nvti_tests.c.
References nvti_free(), nvti_new(), nvti_set_tag(), and nvti_severity_vector_from_tag().

| Ensure | ( | nvti | , |
| nvti_get_severity_vector_no_cvss_base | ) |
Definition at line 174 of file nvti_tests.c.
References nvti_free(), nvti_new(), nvti_set_tag(), and nvti_severity_vector_from_tag().

| Ensure | ( | nvti | , |
| nvti_get_severity_vector_no_severity_vector | ) |
Definition at line 190 of file nvti_tests.c.
References nvti_free(), nvti_new(), nvti_set_tag(), and nvti_severity_vector_from_tag().

| Ensure | ( | nvti | , |
| nvti_get_tag_gets_correct_value_many_tags | ) |
Definition at line 82 of file nvti_tests.c.
References nvti_free(), nvti_get_tag(), nvti_new(), and nvti_set_tag().

| Ensure | ( | nvti | , |
| nvti_get_tag_gets_correct_value_one_tag | ) |
Definition at line 67 of file nvti_tests.c.
References nvti_free(), nvti_get_tag(), nvti_new(), and nvti_set_tag().

| Ensure | ( | nvti | , |
| nvti_get_tag_handles_empty_tag | ) |
Definition at line 97 of file nvti_tests.c.
References nvti_free(), nvti_get_tag(), and nvti_new().

| Ensure | ( | nvti | , |
| nvti_get_tag_handles_null_name | ) |
Definition at line 113 of file nvti_tests.c.
References nvti_free(), nvti_get_tag(), nvti_new(), and nvti_set_tag().

| Ensure | ( | nvti | , |
| nvti_get_tag_handles_null_nvti | ) |
Definition at line 108 of file nvti_tests.c.
References nvti_get_tag().

| Ensure | ( | nvti | , |
| nvti_new_never_returns_null | ) |
Definition at line 21 of file nvti_tests.c.
References nvti_free(), and nvti_new().

| Ensure | ( | nvti | , |
| nvti_parse_timestamp | ) |
Definition at line 32 of file nvti_tests.c.
References parse_nvt_timestamp().

| Ensure | ( | nvti | , |
| nvti_set_solution_method_correct | ) |
Definition at line 51 of file nvti_tests.c.
References nvti_free(), nvti_new(), nvti_set_solution_method(), and nvti_solution_method().

| Ensure | ( | nvti | , |
| nvtis_add_does_not_use_oid_as_key | ) |
Definition at line 127 of file nvti_tests.c.
References nvti_new(), nvti_oid(), nvti_set_oid(), nvtis_add(), nvtis_free(), nvtis_lookup(), and nvtis_new().

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