FW Profile - C1 Implementation
|
Test Suite for FW State Machine Module and FW Procedure Module. More...
Go to the source code of this file.
Macros | |
#define | N_OF_SM_TESTS 67 |
The number of state machine tests in the test suite. More... | |
#define | N_OF_PR_TESTS 37 |
The number of procedure tests in the test suite. More... | |
#define | N_OF_RT_TESTS 13 |
The number of RT Container tests in the test suite. More... | |
Functions | |
int | main () |
Main program for the test suite. More... | |
Test Suite for FW State Machine Module and FW Procedure Module.
This file defines the main
program for the test suite. The test suite executes a number of test cases in sequence and reports the outcome of each test case. Test cases for the state machine module are defined in FwSmTestCases.h
. Test cases for the procedure module are defined in FwPrTestCases.h
.
This file is part of the FW Profile.
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 FwTestSuite.c.
#define N_OF_PR_TESTS 37 |
The number of procedure tests in the test suite.
Definition at line 37 of file FwTestSuite.c.
#define N_OF_RT_TESTS 13 |
The number of RT Container tests in the test suite.
Definition at line 39 of file FwTestSuite.c.
#define N_OF_SM_TESTS 67 |
The number of state machine tests in the test suite.
Definition at line 35 of file FwTestSuite.c.
int main | ( | ) |
Main program for the test suite.
The test suite executes a number of test cases in sequence and reports the outcome of each test case. Test cases for the state machine module are defined in FwSmTestCases.h
. Test cases for the procedure module are defined in FwPrTestCases.h
.
Definition at line 49 of file FwTestSuite.c.