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

Go to the source code of this file.
Functions | |
| void | crinitCfgUserHandlerTestNumericSuccess (void **state) |
| void | crinitCfgUserHandlerTestAlphaInputSuccess (void **state) |
| void | crinitCfgUserHandlerTestNegativeInput (void **state) |
| void | crinitCfgUserHandlerTestNullInput (void **state) |
| void | crinitCfgUserHandlerTestEmptyInput (void **state) |
Header declaring the unit tests for crinitCfgUserHandler().
| void crinitCfgUserHandlerTestAlphaInputSuccess | ( | void ** | state | ) |
Tests successful parsing of a alphabetical user name (e.g. "www-run") instead of an ID.
| void crinitCfgUserHandlerTestEmptyInput | ( | void ** | state | ) |
Tests handling of empty value part.
| void crinitCfgUserHandlerTestNegativeInput | ( | void ** | state | ) |
Tests unsuccessful parsing of a negative numeric user ID.
| void crinitCfgUserHandlerTestNullInput | ( | void ** | state | ) |
Tests detection of NULL pointer input.
| void crinitCfgUserHandlerTestNumericSuccess | ( | void ** | state | ) |
Tests successful parsing of a numeric user ID.