Test¶
- group Test_os
os Tests
lorem
- Version
1.0.0
- Date
10.22.2021
- Author
collaborative
Macros¶
- group Macros_os_ut_c
Variables¶
- group Variables_os_ut_c
Variables
- CosmOS_CoreVariableType CoresVar[CORE_NUM] IS_INITIALIZED_TO {{(CosmOS_SchedulableConfigurationType*)NULL,(CosmOS_ProgramConfigurationType*)NULL,OS_STATE_ENUM__NOT_INITIALIZED,},{(CosmOS_SchedulableConfigurationType*)NULL,(CosmOS_ProgramConfigurationType*)NULL,OS_STATE_ENUM__NOT_INITIALIZED,},}
-
CosmOS_OsVariableType OsVar
-
CosmOS_CoreConfigurationType CoresCfgConst[2]
-
CosmOS_CoreVariableType CoresVar[2]
-
static std::unique_ptr<UtCfg_MOCK> _UtCfgMock¶
Testcases¶
- group testcases_os_ut_c
Functions
-
TEST(Test_os, os_start_executionFlow)¶
This test validates execution flow of the os_start function.
See also
-
TEST(Test_os, os_getOsVar_returnValue)¶
This test validates return value of the os_getOsCfg function.
See also
-
TEST(Test_os, os_kernelPanic_executionFlow_unprivileged_mode)¶
This test validates execution flow of the os_kernelPanic function in unprivileged mode.
See also
-
TEST(Test_os, os_kernelPanic_executionFlow_privileged_mode)¶
This test validates execution flow of the os_kernelPanic function in privileged mode.
See also
-
TEST(Test_os, os_start_executionFlow)¶