Crinit -- Configurable Rootfs Init
|
Header declaring the unit tests for crinitCfgElosPollIntervalHandler(). More...
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) |
Header declaring the unit tests for crinitCfgElosPollIntervalHandler().
void crinitCfgElosPollIntervalDefaultValue | ( | void ** | state | ) |
Tests default value.
void crinitCfgElosPollIntervalHandlerTestEmptyInput | ( | void ** | state | ) |
Tests handling of empty value part.
void crinitCfgElosPollIntervalHandlerTestInvalidInput | ( | void ** | state | ) |
Tests unsuccessful parsing of an invalid input value.
void crinitCfgElosPollIntervalHandlerTestNullInput | ( | void ** | state | ) |
Tests detection of NULL pointer input.
void crinitCfgElosPollIntervalHandlerTestRuntimeSettingSuccess | ( | void ** | state | ) |
Tests successful parsing of an existing executable.