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

Go to the source code of this file.
Functions | |
| void | crinitCfgGroupHandlerTestNumericSuccess (void **state) |
| void | crinitCfgGroupHandlerTestAlphaInputSuccess (void **state) |
| void | crinitCfgGroupHandlerTestAlphaInputTwoGroupsSuccess (void **state) |
| void | crinitCfgGroupHandlerTestAlphaInputThreeGroupsSuccess (void **state) |
| void | crinitCfgGroupHandlerTestNumericMultipleGroupsSuccess (void **state) |
| void | crinitCfgGroupHandlerTestNegativeInput (void **state) |
| void | crinitCfgGroupHandlerTestNullInput (void **state) |
| void | crinitCfgGroupHandlerTestEmptyInput (void **state) |
Header declaring the unit tests for crinitCfgGroupHandler().
| void crinitCfgGroupHandlerTestAlphaInputSuccess | ( | void ** | state | ) |
Tests successful parsing of a alphabetical group name (e.g. "disk") instead of an ID.
| void crinitCfgGroupHandlerTestAlphaInputThreeGroupsSuccess | ( | void ** | state | ) |
Tests successful parsing of three alphabetical group names (e.g. "nogroup disk floppy") instead of an ID.
| void crinitCfgGroupHandlerTestAlphaInputTwoGroupsSuccess | ( | void ** | state | ) |
Tests successful parsing of two alphabetical group names (e.g. "disk floppy") instead of an ID.
| void crinitCfgGroupHandlerTestEmptyInput | ( | void ** | state | ) |
Tests handling of empty value part.
| void crinitCfgGroupHandlerTestNegativeInput | ( | void ** | state | ) |
Tests unsuccessful parsing of a negative numeric group ID.
| void crinitCfgGroupHandlerTestNullInput | ( | void ** | state | ) |
Tests detection of NULL pointer input.
| void crinitCfgGroupHandlerTestNumericMultipleGroupsSuccess | ( | void ** | state | ) |
Tests successful parsing of two numeric group IDs.
| void crinitCfgGroupHandlerTestNumericSuccess | ( | void ** | state | ) |
Tests successful parsing of a numeric group ID.