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

Go to the source code of this file.
Functions | |
| void | crinitConfConvToEnvSetMemberTestSuccess (void **state) |
| void | crinitConfConvToEnvSetMemberTestWrongInput (void **state) |
| void | crinitConfConvToEnvSetMemberTestNullInput (void **state) |
Header declaring the unit tests for crinitConfConvToEnvSetMember().
| void crinitConfConvToEnvSetMemberTestNullInput | ( | void ** | state | ) |
Tests detection of NULL pointer input.
| void crinitConfConvToEnvSetMemberTestSuccess | ( | void ** | state | ) |
Tests successful parsing of an environment variable definition.
| void crinitConfConvToEnvSetMemberTestWrongInput | ( | void ** | state | ) |
Tests unsuccessful parsing of an environment variable definition due to invalid syntax.