Crinit -- Configurable Rootfs Init
|
Header declaring the unit tests for crinitEnvSetGet(). More...
Go to the source code of this file.
Functions | |
void | crinitEnvSetGetTestSuccess (void **state) |
void | crinitEnvSetGetTestNullInput (void **state) |
void | crinitEnvSetGetTestNotFound (void **state) |
Header declaring the unit tests for crinitEnvSetGet().
void crinitEnvSetGetTestNotFound | ( | void ** | state | ) |
Tests unsuccessful retrieval of non-existent environment variable.
void crinitEnvSetGetTestNullInput | ( | void ** | state | ) |
Tests detection of NULL pointer input.
void crinitEnvSetGetTestSuccess | ( | void ** | state | ) |
Tests successful retrieval of an environment variable.