CORDET Framework - C2 Implementation
|
Implementation of test cases for InRegistry Component. More...
Go to the source code of this file.
Functions | |
CrFwBool_t | CrFwInRegistryTestCase1 () |
Test the creation and configuration of the InRegistry singleton component. More... | |
CrFwBool_t | CrFwInRegistryTestCase2 () |
Test the ability of the InRegistry to track the state of an incoming command or report. More... | |
CrFwBool_t | CrFwInRegistryTestCase3 () |
Test the shutdown service of the InRegistry. More... | |
CrFwBool_t | CrFwInRegistryTestCase4 () |
Test the reset service of the InRegistry. More... | |
Implementation of test cases for InRegistry Component.
This file is part of the CORDET Framework.
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
For information on alternative licensing, please contact P&P Software GmbH.
Definition in file CrFwInRegistryTestCases.c.
CrFwBool_t CrFwInRegistryTestCase1 | ( | ) |
Test the creation and configuration of the InRegistry singleton component.
The following actions are performed in this test:
Base SM Transition: IPS->CREATED
Base SM Transition: CREATED->INITIALIZED
Base SM Transition: INITIALIZED->CONFIGURED
Initialization Procedure: Initialization Action Successful
Initialization Procedure: Initialization Check Successful
Reset Procedure: Configuration Action Successful
Reset Procedure: Configuration Check Successful
Definition at line 43 of file CrFwInRegistryTestCases.c.
CrFwBool_t CrFwInRegistryTestCase2 | ( | ) |
Test the ability of the InRegistry to track the state of an incoming command or report.
The following actions are performed in this test:
Definition at line 85 of file CrFwInRegistryTestCases.c.
CrFwBool_t CrFwInRegistryTestCase3 | ( | ) |
Test the shutdown service of the InRegistry.
The following actions are performed in this test:
Definition at line 197 of file CrFwInRegistryTestCases.c.
CrFwBool_t CrFwInRegistryTestCase4 | ( | ) |
Test the reset service of the InRegistry.
The following actions are performed in this test:
Base SM Transition: CONFIGURED->CONFIGURED
Enable State Determination Procedure: Service Type is Enabled
Definition at line 289 of file CrFwInRegistryTestCases.c.