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 #include "ippUtest.h" 00011 #include <cxxtest/TestSuite.h> 00012 00013 class ippResponseParserTestCase: public CxxTest::TestSuite 00014 { 00015 public: 00016 ippResponseParserTestCase(){} 00017 00018 void setUp() {}; 00019 void tearDown(){}; 00020 public: 00021 void testOnSampleResFile(); 00022 void testOnMoveReportE(); 00023 void testOnMoveReportE_bad_string(); 00024 void testPtMeas(); 00025 void testToolCollisionVolume(); 00026 void testSetPropEResponse(); 00027 void testSetPropEResponseMulti(); 00028 void testSetPropEResponse_bad_string(); 00029 00030 }; 00031 00032 00033