Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

ippUtest.h

Go to the documentation of this file.
00001 // 
00002 // DISCLAIMER: 
00003 //  This software was produced by the National Institute of Standards 
00004 //  and Technology (NIST), an agency of the U.S. government, and by statute is 
00005 //  not subject to copyright in the United States.  Recipients of this 
00006 //  software assume all responsibility associated with its operation,
00007 //  modification,maintenance, and subsequent redistribution. 
00008 //
00009 //  See NIST Administration Manual 4.09.07 b and Appendix I. 
00010 #pragma once
00011 #define CXXTEST_HAVE_STD
00012 #define CXXTEST_HAVE_EH
00013 #define CXXTEST_ABORT_TEST_ON_FAIL
00014 
00015 #include "cxxtest/ErrorPrinter.h"
00016 #include "cxxtest/TestSuite.h"
00017 
00018 #define IPP_END_STRING "\r\n"
00019 
00020 #define IPP_UTEST_ASSERT_EQUALS(a,b)            TS_ASSERT_EQUALS(a,b)
00021 #define IPP_UTEST_ASSERT(condition)             TS_ASSERT(condition)
00022 #define IPP_UTEST_ASSERT_M(message,condition)   TSM_ASSERT(message,condition)
00023 #define IPP_UTEST_ASSERT_EQUALS_M(a,b,message)  TSM_ASSERT_EQUALS(message,a,b)
00024 #define IPP_UTEST_ASSERT_FAIL_M(message)        TSM_ASSERT(message,false)
00025 #define IPP_TRACE(message)        TS_TRACE(message)
00026 
00027 
00028 

Generated on Wed Nov 8 00:20:09 2006 for IPPDME by  doxygen 1.4.1