Main Page | Modules | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages

TestUtilities.h

Go to the documentation of this file.
00001 // 00002 // Copyright 2004 P&P Software GmbH - All Rights Reserved 00003 // 00004 // TestUtilities.h 00005 // 00006 // Version 1.0 00007 // Date 17.05.03 00008 // Author A. Pasetti 00009 // 00010 // Change Record: 00011 00023 #include <stdio.h> 00024 00025 static char charBuffer[MAX_TEST_FILE_NAME_LENGTH]; 00026 00043 void printRegressionTestHeader(FILE* outFile); 00044 00058 void printRegressionTestTail(FILE* outFile); 00059 00074 void printTestSuccess(FILE* outFile, char* testName, char* testMsg); 00075 00090 void printTestFailed(FILE* outFile, char* testName, char* testMsg); 00091 00107 void printErrorMsg(FILE* outFile, char* testName, char* msg); 00108 00127 char* doubleUnderscore(FILE* outFile, char* testName);
Copyright 2003 P&P Software GmbH - All Rights Reserved