Test

group Test_core

core Tests

lorem

Version

1.0.0

Date

10.22.2021

Author

https://github.com/PavolKostolansky

Macros

group Macros_core_ut_c

Defines

TEST_DESCRIPTION(desc)
TEST_CORE_GETCORECFG_EXECUTIONFLOW()
TEST_CORE_GETCORECFG_RETURNVALUE()

Variables

group Variables_core_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_CoreConfigurationType CoresCfgConst[2]
CosmOS_CoreVariableType CoresVar[2]

Functions

group functions_core_ut_c

Types

group types_core_ut_c

Testcases

group testcases_core_ut_c

Functions

TEST(Test_core, core_getCoreCfg_executionFlow)

This test validates execution flow of the core_getCoreCfg function.

See also

core_getCoreCfg

Author

https://github.com/PavolKostolansky

TEST(Test_core, core_getCoreCfg_returnValue)

This test validates return value of the core_getCoreCfg function.

See also

core_getCoreCfg

Author

https://github.com/PavolKostolansky