exip  Alpha 0.5.4
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
check_streamIO.c File Reference

Tests the interface to the EXI stream reader/decoder. More...

#include <stdlib.h>
#include <check.h>
#include "streamRead.h"
#include "streamWrite.h"
#include "streamDecode.h"
#include "streamEncode.h"
#include "procTypes.h"
#include "errorHandle.h"
#include "stringManipulate.h"
#include "memManagement.h"
#include "ioUtil.h"

Go to the source code of this file.

Functions

 START_TEST (test_readNextBit)
 
END_TEST START_TEST (test_readBits)
 
END_TEST START_TEST (test_writeNextBit)
 
END_TEST START_TEST (test_writeNBits)
 
END_TEST START_TEST (test_decodeNBitUnsignedInteger)
 
END_TEST START_TEST (test_decodeBoolean)
 
END_TEST START_TEST (test_decodeUnsignedInteger)
 
END_TEST START_TEST (test_decodeString)
 
END_TEST START_TEST (test_decodeBinary)
 
END_TEST START_TEST (test_decodeFloat)
 
END_TEST START_TEST (test_decodeIntegerValue)
 
END_TEST START_TEST (test_decodeDecimalValue)
 
END_TEST START_TEST (test_encodeNBitUnsignedInteger)
 
END_TEST START_TEST (test_encodeBoolean)
 
END_TEST START_TEST (test_encodeUnsignedInteger)
 
END_TEST START_TEST (test_encodeString)
 
END_TEST START_TEST (test_encodeBinary)
 
END_TEST START_TEST (test_encodeFloatValue)
 
END_TEST START_TEST (test_encodeIntegerValue)
 
END_TEST START_TEST (test_encodeDecimalValue)
 
END_TEST START_TEST (test_moveBitPointer)
 
END_TEST START_TEST (test_getBitsNumber)
 
END_TEST START_TEST (test_log2INT)
 
END_TEST SuitestreamIO_suite (void)
 
int main (void)
 

Detailed Description

Date
Aug 18, 2010
Author
Rumen Kyusakov
Ashok Gowtham
Version
0.5
[Revision] $Id: check_streamIO.c 328 2013-10-30 16:00:10Z kjussakov $

Definition in file check_streamIO.c.

Function Documentation

int main ( void  )

Definition at line 1089 of file check_streamIO.c.

START_TEST ( test_readNextBit  )

Definition at line 33 of file check_streamIO.c.

END_TEST START_TEST ( test_readBits  )

Definition at line 89 of file check_streamIO.c.

END_TEST START_TEST ( test_writeNextBit  )

Definition at line 137 of file check_streamIO.c.

END_TEST START_TEST ( test_writeNBits  )

Definition at line 189 of file check_streamIO.c.

END_TEST START_TEST ( test_decodeNBitUnsignedInteger  )

Definition at line 243 of file check_streamIO.c.

END_TEST START_TEST ( test_decodeBoolean  )

Definition at line 276 of file check_streamIO.c.

END_TEST START_TEST ( test_decodeUnsignedInteger  )

Definition at line 307 of file check_streamIO.c.

END_TEST START_TEST ( test_decodeString  )

Definition at line 343 of file check_streamIO.c.

END_TEST START_TEST ( test_decodeBinary  )

Definition at line 384 of file check_streamIO.c.

END_TEST START_TEST ( test_decodeFloat  )

Definition at line 477 of file check_streamIO.c.

END_TEST START_TEST ( test_decodeIntegerValue  )

Definition at line 530 of file check_streamIO.c.

END_TEST START_TEST ( test_decodeDecimalValue  )

Definition at line 580 of file check_streamIO.c.

END_TEST START_TEST ( test_encodeNBitUnsignedInteger  )

Definition at line 625 of file check_streamIO.c.

END_TEST START_TEST ( test_encodeBoolean  )

Definition at line 660 of file check_streamIO.c.

END_TEST START_TEST ( test_encodeUnsignedInteger  )

Definition at line 704 of file check_streamIO.c.

END_TEST START_TEST ( test_encodeString  )

Definition at line 764 of file check_streamIO.c.

END_TEST START_TEST ( test_encodeBinary  )

Definition at line 806 of file check_streamIO.c.

END_TEST START_TEST ( test_encodeFloatValue  )

Definition at line 847 of file check_streamIO.c.

END_TEST START_TEST ( test_encodeIntegerValue  )

Definition at line 893 of file check_streamIO.c.

END_TEST START_TEST ( test_encodeDecimalValue  )

Definition at line 930 of file check_streamIO.c.

END_TEST START_TEST ( test_moveBitPointer  )

Definition at line 980 of file check_streamIO.c.

END_TEST START_TEST ( test_getBitsNumber  )

Definition at line 1001 of file check_streamIO.c.

END_TEST START_TEST ( test_log2INT  )

Definition at line 1013 of file check_streamIO.c.

END_TEST Suite* streamIO_suite ( void  )

Definition at line 1029 of file check_streamIO.c.