CORDET Framework - C2 Implementation
|
Implementation of test cases for Base Component. More...
Go to the source code of this file.
Functions | |
CrFwBool_t | CrFwBaseCmpTestCase1 () |
Test the transitions in the Base Component state machine and its Initialization and Reset Procedures. More... | |
Implementation of test cases for Base 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 CrFwBaseCmpTestCases.c.
CrFwBool_t CrFwBaseCmpTestCase1 | ( | ) |
Test the transitions in the Base Component state machine and its Initialization and Reset Procedures.
The test performs the following actions:
Base SM Transition: IPS->CREATED
Base SM Transition: CREATED->INITIALIZED
Base SM Transition: INITIALIZED->CONFIGURED
Base SM Transition: CONFIGURED->FPS
Initialization Procedure: Initialization Action Successful
Initialization Procedure: Initialization Check Successful
Reset Procedure: Configuration Action Successful
Reset Procedure: Configuration Check Successful
Definition at line 37 of file CrFwBaseCmpTestCases.c.