Crinit -- Configurable Rootfs Init
|
Unit test for crinitCfgGroupHandler(), successful execution. More...
#include <stdlib.h>
#include <string.h>
#include "common.h"
#include "confhdl.h"
#include "unit_test.h"
#include "utest-crinit-cfg-group-handler.h"
Functions | |
void | crinitCfgGroupHandlerTestNumericSuccess (void **state) |
void | crinitCfgGroupHandlerTestAlphaInputSuccess (void **state) |
void | crinitCfgGroupHandlerTestAlphaInputTwoGroupsSuccess (void **state) |
void | crinitCfgGroupHandlerTestAlphaInputThreeGroupsSuccess (void **state) |
void | crinitCfgGroupHandlerTestNumericMultipleGroupsSuccess (void **state) |
Unit test for crinitCfgGroupHandler(), successful execution.
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 crinitCfgGroupHandlerTestNumericMultipleGroupsSuccess | ( | void ** | state | ) |
Tests successful parsing of two numeric group IDs.
void crinitCfgGroupHandlerTestNumericSuccess | ( | void ** | state | ) |
Tests successful parsing of a numeric group ID.