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

(/usr/bin/git 2025-03-11, commit: 24d0fb4)

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

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

Go to the source code of this file.

Functions

void crinitCfgElosPollIntervalHandlerTestRuntimeSettingSuccess (void **state)
 
void crinitCfgElosPollIntervalDefaultValue (void **state)
 
void crinitCfgElosPollIntervalHandlerTestInvalidInput (void **state)
 
void crinitCfgElosPollIntervalHandlerTestNullInput (void **state)
 
void crinitCfgElosPollIntervalHandlerTestEmptyInput (void **state)
 

Detailed Description

Header declaring the unit tests for crinitCfgElosPollIntervalHandler().

Function Documentation

◆ crinitCfgElosPollIntervalDefaultValue()

void crinitCfgElosPollIntervalDefaultValue ( void **  state)

Tests default value.

◆ crinitCfgElosPollIntervalHandlerTestEmptyInput()

void crinitCfgElosPollIntervalHandlerTestEmptyInput ( void **  state)

Tests handling of empty value part.

◆ crinitCfgElosPollIntervalHandlerTestInvalidInput()

void crinitCfgElosPollIntervalHandlerTestInvalidInput ( void **  state)

Tests unsuccessful parsing of an invalid input value.

◆ crinitCfgElosPollIntervalHandlerTestNullInput()

void crinitCfgElosPollIntervalHandlerTestNullInput ( void **  state)

Tests detection of NULL pointer input.

◆ crinitCfgElosPollIntervalHandlerTestRuntimeSettingSuccess()

void crinitCfgElosPollIntervalHandlerTestRuntimeSettingSuccess ( void **  state)

Tests successful parsing of an existing executable.