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 ippOnScanReportBuilderTestCase: public CxxTest::TestSuite 00014 { 00015 public: 00016 ippOnScanReportBuilderTestCase(){} 00017 00018 void setUp() {}; 00019 void tearDown(){}; 00020 public: 00021 void test_single_point(); 00022 void test_two_points(); 00023 void test_IsNearlyFull(); 00024 void test_very_large_response_bloc(); 00025 00026 };