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 ippStringBuilderTestCase: public CxxTest::TestSuite 00014 { 00015 public: 00016 ippStringBuilderTestCase(){ 00017 00018 } 00019 00020 void setUp(){}; 00021 void tearDown(){}; 00022 public: 00023 void test1(); 00024 void test2(); 00025 void test3(); 00026 void test4(); 00027 void test5(); 00028 void test6(); 00029 void test7(); 00030 void test8(); 00031 void test9(); 00032 }; 00033 00034