00001 00002 #include "QuickTrimRangeTest.h" 00003 #include "../TestLibraryImpl.h" 00004 00005 namespace SctCalibrationController { 00006 namespace Scripts { 00007 00008 const bool QuickTrimRangeTest::registeredInTestLibrary = TestLibraryImpl::registerStaticFactoryMethodForTest("QuickTrimRange", QuickTrimRangeTest::instance); 00009 00010 double QuickTrimRangeTest::ranges[4] = {3.5, 6.5, 10, 13}; 00011 00012 }; 00013 };