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

Tests the encoding and decoding of xsi:type attributes. More...

#include <stdlib.h>
#include <stdio.h>
#include <check.h>
#include "procTypes.h"
#include "EXISerializer.h"
#include "EXIParser.h"
#include "stringManipulate.h"
#include "grammarGenerator.h"

Go to the source code of this file.

Macros

#define OUTPUT_BUFFER_SIZE   2000
 
#define MAX_XSD_FILES_COUNT   10
 
#define MAX_PATH_LEN   200
 
#define PRINTOUTS   0
 

Functions

 START_TEST (test_default_options)
 
 START_TEST (test_simple_schema)
 
Suiteexip_suite (void)
 
int main (int argc, char *argv[])
 

Variables

END_TEST char * XSI = "http://www.w3.org/2001/XMLSchema-instance"
 
char * XS = "http://www.w3.org/2001/XMLSchema"
 
char * EXEMPLE = "http://www.exemple.com/XMLNameSpace"
 
int expectAttributeData = 0
 

Detailed Description

Date
Feb 7, 2013
Author
Rumen Kyusakov
Version
0.5
[Revision] $Id: check_xsi_type.c 328 2013-10-30 16:00:10Z kjussakov $

Definition in file check_xsi_type.c.

Macro Definition Documentation

#define MAX_PATH_LEN   200

Definition at line 172 of file check_xsi_type.c.

#define MAX_XSD_FILES_COUNT   10

Definition at line 170 of file check_xsi_type.c.

#define OUTPUT_BUFFER_SIZE   2000

Definition at line 27 of file check_xsi_type.c.

#define PRINTOUTS   0

Definition at line 174 of file check_xsi_type.c.

Function Documentation

Suite* exip_suite ( void  )

Definition at line 535 of file check_xsi_type.c.

int main ( int  argc,
char *  argv[] 
)

Definition at line 555 of file check_xsi_type.c.

START_TEST ( test_default_options  )

Definition at line 31 of file check_xsi_type.c.

START_TEST ( test_simple_schema  )

Definition at line 193 of file check_xsi_type.c.

Variable Documentation

char* EXEMPLE = "http://www.exemple.com/XMLNameSpace"

Definition at line 169 of file check_xsi_type.c.

int expectAttributeData = 0

Definition at line 388 of file check_xsi_type.c.

char* XS = "http://www.w3.org/2001/XMLSchema"

Definition at line 168 of file check_xsi_type.c.

END_TEST char* XSI = "http://www.w3.org/2001/XMLSchema-instance"

Definition at line 167 of file check_xsi_type.c.