|
Greenbone Vulnerability Management Libraries 22.32.0
|

Go to the source code of this file.
Functions | |
| Describe (strings) | |
| BeforeEach (strings) | |
| AfterEach (strings) | |
| Ensure (strings, gvm_append_string_appends_to_null_string) | |
| Ensure (strings, gvm_append_string_appends_to_existing_string) | |
| Ensure (strings, gvm_append_string_appends_empty_string) | |
| Ensure (strings, gvm_append_text_appends_to_null_string) | |
| Ensure (strings, gvm_append_text_appends_to_existing_string) | |
| Ensure (strings, gvm_append_text_appends_text_when_size_is_wrong) | |
| Ensure (strings, gvm_append_text_appends_partial_to_null) | |
| Ensure (strings, gvm_free_string_var_frees_string) | |
| Ensure (strings, gvm_free_string_var_frees_null_string) | |
| Ensure (strings, gvm_strip_space_strips_leading_spaces) | |
| Ensure (strings, gvm_strip_space_strips_trailing_spaces) | |
| Ensure (strings, gvm_strip_space_strips_both_ends) | |
| Ensure (strings, gvm_strip_space_strips_newlines) | |
| Ensure (strings, gvm_strip_space_empty_string) | |
| Ensure (strings, gvm_strip_space_only_spaces) | |
| Ensure (strings, gvm_strip_space_no_spaces) | |
| int | main (int argc, char **argv) |
| AfterEach | ( | strings | ) |
Definition at line 15 of file strings_tests.c.
| BeforeEach | ( | strings | ) |
Definition at line 12 of file strings_tests.c.
| Describe | ( | strings | ) |
| Ensure | ( | strings | , |
| gvm_append_string_appends_empty_string | ) |
Definition at line 37 of file strings_tests.c.
References gvm_append_string().

| Ensure | ( | strings | , |
| gvm_append_string_appends_to_existing_string | ) |
Definition at line 29 of file strings_tests.c.
References gvm_append_string().

| Ensure | ( | strings | , |
| gvm_append_string_appends_to_null_string | ) |
Definition at line 21 of file strings_tests.c.
References gvm_append_string().

| Ensure | ( | strings | , |
| gvm_append_text_appends_partial_to_null | ) |
Definition at line 73 of file strings_tests.c.
References gvm_append_text().

| Ensure | ( | strings | , |
| gvm_append_text_appends_text_when_size_is_wrong | ) |
Definition at line 63 of file strings_tests.c.
References gvm_append_text().

| Ensure | ( | strings | , |
| gvm_append_text_appends_to_existing_string | ) |
Definition at line 55 of file strings_tests.c.
References gvm_append_text().

| Ensure | ( | strings | , |
| gvm_append_text_appends_to_null_string | ) |
Definition at line 47 of file strings_tests.c.
References gvm_append_text().

| Ensure | ( | strings | , |
| gvm_free_string_var_frees_null_string | ) |
Definition at line 92 of file strings_tests.c.
References gvm_free_string_var().

| Ensure | ( | strings | , |
| gvm_free_string_var_frees_string | ) |
Definition at line 85 of file strings_tests.c.
References gvm_free_string_var().

| Ensure | ( | strings | , |
| gvm_strip_space_empty_string | ) |
Definition at line 133 of file strings_tests.c.
References gvm_strip_space().

| Ensure | ( | strings | , |
| gvm_strip_space_no_spaces | ) |
Definition at line 149 of file strings_tests.c.
References gvm_strip_space().

| Ensure | ( | strings | , |
| gvm_strip_space_only_spaces | ) |
Definition at line 141 of file strings_tests.c.
References gvm_strip_space().

| Ensure | ( | strings | , |
| gvm_strip_space_strips_both_ends | ) |
Definition at line 117 of file strings_tests.c.
References gvm_strip_space().

| Ensure | ( | strings | , |
| gvm_strip_space_strips_leading_spaces | ) |
Definition at line 101 of file strings_tests.c.
References gvm_strip_space().

| Ensure | ( | strings | , |
| gvm_strip_space_strips_newlines | ) |
Definition at line 125 of file strings_tests.c.
References gvm_strip_space().

| Ensure | ( | strings | , |
| gvm_strip_space_strips_trailing_spaces | ) |
Definition at line 109 of file strings_tests.c.
References gvm_strip_space().

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