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

Go to the source code of this file.
Functions | |
| void | crinitCfgLauncherCmdHandlerTestExistingExecutableSuccess (void **state) |
| void | crinitCfgLauncherCmdDefaultValue (void **state) |
| void | crinitCfgLauncherCmdHandlerTestExistingFileNotExecutable (void **state) |
| void | crinitCfgLauncherCmdHandlerTestNullInput (void **state) |
| void | crinitCfgLauncherCmdHandlerTestEmptyInput (void **state) |
Header declaring the unit tests for crinitCfgLauncherCmdHandler().
| void crinitCfgLauncherCmdDefaultValue | ( | void ** | state | ) |
Tests default value.
| void crinitCfgLauncherCmdHandlerTestEmptyInput | ( | void ** | state | ) |
Tests handling of empty value part.
| void crinitCfgLauncherCmdHandlerTestExistingExecutableSuccess | ( | void ** | state | ) |
Tests successful parsing of an existing executable.
| void crinitCfgLauncherCmdHandlerTestExistingFileNotExecutable | ( | void ** | state | ) |
Tests unsuccessful parsing of an existing file that is no executable.
| void crinitCfgLauncherCmdHandlerTestNullInput | ( | void ** | state | ) |
Tests detection of NULL pointer input.