KUnitTest
samplemodule.h
Go to the documentation of this file.00001 00026 #ifndef SAMPLEMODULE_H 00027 #define SAMPLEMODULE_H 00028 00029 #include "tester.h" 00030 // Outside of kdelibs you would use: #include <kunittest/tester.h> 00031 00032 class SampleTester : public KUnitTest::Tester 00033 { 00034 public: 00035 void allTests(); 00036 }; 00037 00038 #endif