Crinit -- Configurable Rootfs Init
utest-envset-destroy.h File Reference

(2023-10-16, commit: 49337e0)

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.