00001 #ifndef FILE_TESTS_H 00002 #define FILE_TESTS_H 00003 00004 00005 #include "ImageTestCase.h" 00006 00007 00008 class FileTests : public ImageTestCase { 00009 public: 00010 void testMemoryFiles(); 00011 void testMemoryLoads(); 00012 static Test* suite(); 00013 }; 00014 00015 00016 #endif