CORDET Framework - C2 Implementation
|
Declaration of the test cases for the default packet implementation of CrFwBaseCmp.h
.
More...
Go to the source code of this file.
Functions | |
CrFwBool_t | CrFwPacketTestCase1 () |
Test the creation of a packet and the read and write operations on its attributes. More... | |
CrFwBool_t | CrFwPacketTestCase2 () |
Test the creation and release functions for a packet. More... | |
CrFwBool_t | CrFwPacketQueueTestCase1 () |
Test the packet queue functions which are not covered through other tests. More... | |
Declaration of the test cases for the default packet implementation of CrFwBaseCmp.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 CrFwPacketTestCases.h.
CrFwBool_t CrFwPacketQueueTestCase1 | ( | ) |
Test the packet queue functions which are not covered through other tests.
The test performs the following actions:
Definition at line 257 of file CrFwPacketTestCases.c.
CrFwBool_t CrFwPacketTestCase1 | ( | ) |
Test the creation of a packet and the read and write operations on its attributes.
The test performs the following actions:
Definition at line 36 of file CrFwPacketTestCases.c.
CrFwBool_t CrFwPacketTestCase2 | ( | ) |
Test the creation and release functions for a packet.
The test performs the following actions:
Application Error: crPcktAllocationFail
Application Error: crPcktRelErr
Definition at line 179 of file CrFwPacketTestCases.c.