c-template
random_test.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <time.h>
#include <stdarg.h>
#include <stddef.h>
#include <setjmp.h>
#include <cmocka.h>
#include <assert.h>
#include "../../include/utils/random.h"
#include "../../include/utils/array_len.h"
#include "../../include/utils/returns.h"
Include dependency graph for random_test.c:

Go to the source code of this file.

Functions

void test_get_random_string_length (void **state)
 
void test_get_random_number_range (void **state)
 
int main (void)
 

Function Documentation

◆ main()

int main ( void  )

Definition at line 32 of file random_test.c.

Here is the call graph for this function:

◆ test_get_random_number_range()

void test_get_random_number_range ( void **  state)

Definition at line 27 of file random_test.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ test_get_random_string_length()

void test_get_random_string_length ( void **  state)

Definition at line 15 of file random_test.c.

Here is the call graph for this function:
Here is the caller graph for this function: