Crinit -- Configurable Rootfs Init
Loading...
Searching...
No Matches
utest-crinit-cfg-dep-handler.h File Reference

(/usr/bin/git 2025-11-21, commit: 7a5b40c1)

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

Go to the source code of this file.

Functions

void crinitCfgDepHandlerTestSuccess (void **state)
 
void crinitCfgDepHandlerTestErrConfigType (void **state)
 
void crinitCfgDepHandlerTestInvalidValue (void **state)
 
void crinitCfgDepHandlerTestNullInput (void **state)
 
void crinitCfgDepHandlerTestEmptyInput (void **state)
 

Function Documentation

◆ crinitCfgDepHandlerTestEmptyInput()

void crinitCfgDepHandlerTestEmptyInput ( void **  state)

Tests handling of empty value part.

◆ crinitCfgDepHandlerTestErrConfigType()

void crinitCfgDepHandlerTestErrConfigType ( void **  state)

Tests fail parsing because of wrong config type.

◆ crinitCfgDepHandlerTestInvalidValue()

void crinitCfgDepHandlerTestInvalidValue ( void **  state)

Tests unsuccessful parsing of an invalid input value.

◆ crinitCfgDepHandlerTestNullInput()

void crinitCfgDepHandlerTestNullInput ( void **  state)

Tests detection of NULL pointer input.

◆ crinitCfgDepHandlerTestSuccess()

void crinitCfgDepHandlerTestSuccess ( void **  state)

Tests successful parsing of an existing dependency list.