|
Crinit -- Configurable Rootfs Init
|
Header declaring the unit tests for crinitCfgStopCommandHandler(). More...

Go to the source code of this file.
Functions | |
| void | crinitCfgStopCommandHandlerTestSingleStopCommandSuccess (void **state) |
| void | crinitCfgStopCommandHandlerTestSingleStopCommandWithParameterSuccess (void **state) |
| void | crinitCfgStopCommandHandlerTestNullInput (void **state) |
Header declaring the unit tests for crinitCfgStopCommandHandler().
| void crinitCfgStopCommandHandlerTestNullInput | ( | void ** | state | ) |
Tests detection of NULL pointer input.
| void crinitCfgStopCommandHandlerTestSingleStopCommandSuccess | ( | void ** | state | ) |
Tests successful parsing of a stop command.
| void crinitCfgStopCommandHandlerTestSingleStopCommandWithParameterSuccess | ( | void ** | state | ) |
Tests successful parsing of a stop command with parameter.