Crinit -- Configurable Rootfs Init
Loading...
Searching...
No Matches
utest-envset-destroy.h File Reference

(/usr/bin/git 2023-11-27, commit: bad6102)

Header declaring the unit tests for crinitEnvSetDestroy(). More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void crinitEnvSetDestroyTestSuccess (void **state)
 
void crinitEnvSetDestroyTestNullInput (void **state)
 

Detailed Description

Header declaring the unit tests for crinitEnvSetDestroy().

Function Documentation

◆ crinitEnvSetDestroyTestNullInput()

void crinitEnvSetDestroyTestNullInput ( void **  state)

Tests detection of NULL pointer input.

◆ crinitEnvSetDestroyTestSuccess()

void crinitEnvSetDestroyTestSuccess ( void **  state)

Tests successful desruction of an environment set.

Will check that all allocated pointers in the EnvSet are freed.