corona  1.0.2
JPEGTests.h
Go to the documentation of this file.
00001 #ifndef JPEG_TESTS_H
00002 #define JPEG_TESTS_H
00003 
00004 
00005 #include "ImageTestCase.h"
00006 
00007 
00008 class JPEGTests : public ImageTestCase {
00009 public:
00010   void testLoader();
00011   void testSaver();
00012   void testIncomplete();
00013   static Test* suite();
00014 };
00015 
00016 
00017 #endif