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

(/usr/bin/git 2025-01-30, commit: 6c89606)

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

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

Go to the source code of this file.

Functions

void crinitCfgStopCommandHandlerTestSingleStopCommandSuccess (void **state)
 
void crinitCfgStopCommandHandlerTestSingleStopCommandWithParameterSuccess (void **state)
 
void crinitCfgStopCommandHandlerTestNullInput (void **state)
 

Detailed Description

Header declaring the unit tests for crinitCfgStopCommandHandler().

Function Documentation

◆ crinitCfgStopCommandHandlerTestNullInput()

void crinitCfgStopCommandHandlerTestNullInput ( void **  state)

Tests detection of NULL pointer input.

◆ crinitCfgStopCommandHandlerTestSingleStopCommandSuccess()

void crinitCfgStopCommandHandlerTestSingleStopCommandSuccess ( void **  state)

Tests successful parsing of a stop command.

◆ crinitCfgStopCommandHandlerTestSingleStopCommandWithParameterSuccess()

void crinitCfgStopCommandHandlerTestSingleStopCommandWithParameterSuccess ( void **  state)

Tests successful parsing of a stop command with parameter.