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

Tests the EXI String Tables module. More...

#include <stdlib.h>
#include <check.h>
#include "sTables.h"
#include "stringManipulate.h"
#include "memManagement.h"
#include "dynamicArray.h"

Go to the source code of this file.

Functions

 START_TEST (test_createValueTable)
 
END_TEST START_TEST (test_addUriEntry)
 
END_TEST START_TEST (test_addLnEntry)
 
END_TEST START_TEST (test_addValueEntry)
 
END_TEST Suitetables_suite (void)
 
int main (void)
 

Detailed Description

Date
Sep 23, 2010
Author
Rumen Kyusakov
Version
0.5
[Revision] $Id: check_stringTables.c 352 2014-11-25 16:37:24Z kjussakov $

Definition in file check_stringTables.c.

Function Documentation

int main ( void  )

Definition at line 198 of file check_stringTables.c.

START_TEST ( test_createValueTable  )

Definition at line 27 of file check_stringTables.c.

END_TEST START_TEST ( test_addUriEntry  )

Definition at line 45 of file check_stringTables.c.

END_TEST START_TEST ( test_addLnEntry  )

Definition at line 90 of file check_stringTables.c.

END_TEST START_TEST ( test_addValueEntry  )

Definition at line 136 of file check_stringTables.c.

END_TEST Suite* tables_suite ( void  )

Definition at line 181 of file check_stringTables.c.