CORDET Framework - C2 Implementation
|
Implementation of test cases for default implementation of packets. 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... | |
Implementation of test cases for default implementation of packets.
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.c.
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.