CORDET Framework - C2 Implementation
|
Declaration of the test cases for the InReport Component (see CrFwInRep.h
).
More...
Go to the source code of this file.
Functions | |
CrFwBool_t | CrFwInRepTestCase1 () |
Check the configuration of a newly created InReport. More... | |
CrFwBool_t | CrFwInRepTestCase2 () |
Check the failure of the Validity Check of an InReport. More... | |
CrFwBool_t | CrFwInRepTestCase3 () |
Check the update action of an InReport. More... | |
Declaration of the test cases for the InReport Component (see CrFwInRep.h
).
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 CrFwInRepTestCases.h.
CrFwBool_t CrFwInRepTestCase1 | ( | ) |
Check the configuration of a newly created InReport.
The following actions are performed in this test:
Definition at line 45 of file CrFwInRepTestCases.c.
CrFwBool_t CrFwInRepTestCase2 | ( | ) |
Check the failure of the Validity Check of an InReport.
The following actions are performed in this test:
CrFwInRepSample1.h
) is retrieved from the InFactory.Definition at line 170 of file CrFwInRepTestCases.c.
CrFwBool_t CrFwInRepTestCase3 | ( | ) |
Check the update action of an InReport.
The following actions are performed in this test:
CrFwInRepSample1.h
) is retrieved from the InFactory.Definition at line 214 of file CrFwInRepTestCases.c.