|
Greenbone Vulnerability Management Libraries 22.32.0
|

Go to the source code of this file.
Functions | |
| static bool | is_between (char value, char lower, char upper) |
| Describe (uuidutils) | |
| BeforeEach (uuidutils) | |
| AfterEach (uuidutils) | |
| Ensure (uuidutils, gvm_uuid_make_returns_valid_string) | |
| Ensure (uuidutils, gvm_uuid_make_generates_unique_values) | |
| Ensure (uuidutils, gvm_uuid_make_generates_valid_format) | |
| int | main (int argc, char **argv) |
| AfterEach | ( | uuidutils | ) |
Definition at line 22 of file uuidutils_tests.c.
| BeforeEach | ( | uuidutils | ) |
Definition at line 18 of file uuidutils_tests.c.
| Describe | ( | uuidutils | ) |
| Ensure | ( | uuidutils | , |
| gvm_uuid_make_generates_unique_values | ) |
Definition at line 38 of file uuidutils_tests.c.
References gvm_uuid_make().

| Ensure | ( | uuidutils | , |
| gvm_uuid_make_generates_valid_format | ) |
Definition at line 53 of file uuidutils_tests.c.
References gvm_uuid_make(), and is_between().

| Ensure | ( | uuidutils | , |
| gvm_uuid_make_returns_valid_string | ) |
Definition at line 28 of file uuidutils_tests.c.
References gvm_uuid_make().

|
static |
Definition at line 12 of file uuidutils_tests.c.
Referenced by Ensure().

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