00001 #ifndef API_TESTS_H 00002 #define API_TESTS_H 00003 00004 00005 #include "ImageTestCase.h" 00006 00007 00008 class APITests : public ImageTestCase { 00009 public: 00010 void testBasicOperations(int width, int height); 00011 void testAPI(); 00012 void testFormatQueries(); 00013 void testMemory(); 00014 static Test* suite(); 00015 }; 00016 00017 00018 #endif