nyctergatis.com

Contact

Projects
Sysquake Remote Live
NME
PDF
Hike
Sudoku
GifBuilder
jpeglib for Palm OS
MySQL Client
Cross-GCC for Mac OS
NMETest.h File Reference

Test style to check the correct nesting of NME style strings. More...

#include "NME.h"

Go to the source code of this file.

Enumerations

enum  { kNMEErrSuperfluousEndTag = kNMEErr1stUser, kNMEErrBadNesting, kNMEErrMissingEndTag }

Functions

NMEErr NMETest (NMEConstText output, NMEInt outputLength, NMEInt *lineNumber)
 Test the output generated with NMEOutputFormatTest.

Variables

NMEOutputFormat const NMEOutputFormatTest
 Test format to check the correct nesting of style strings.

Detailed Description

Test style to check the correct nesting of NME style strings.

Author:
Yves Piguet.

Definition in file NMETest.h.


Function Documentation

NMEErr NMETest ( NMEConstText  output,
NMEInt  outputLength,
NMEInt lineNumber 
)

Test the output generated with NMEOutputFormatTest.

Parameters:
[in]outputoutput generated with NMEOutputFormatTest
[in]outputLengthlength of output in bytes
[out]lineNumberlast line processed
Returns:
kNMEErrOk for success, else error code

Definition at line 93 of file NMETest.c.


Variable Documentation

Test format to check the correct nesting of style strings.

Each start or end of construct results in a separate line, starting with a + for start or a - for end. Corresponding lines should match and nest correctly.

Definition at line 44 of file NMETest.c.

Generated by Doxygen.
Copyright 2007-2013, Yves Piguet.
All rights reserved.