Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

PNGTests.h

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

Generated on Thu Oct 2 12:59:31 2003 for corona by doxygen1.3-rc1