22 #ifndef TESTBED_MISC_H 23 #define TESTBED_MISC_H 25 #include "testbed/testsuite.h" 27 #include "common/mutex.h" 46 void timerCallback(
void *arg);
47 void criticalSection(
void *arg);
50 TestExitStatus testDateTime();
51 TestExitStatus testTimers();
52 TestExitStatus testMutexes();
53 TestExitStatus testOpenUrl();
54 TestExitStatus testImageAlbum();
71 const char *getName()
const override {
74 const char *getDescription()
const override {
75 return "Miscellaneous: Timers/Mutexes/Datetime/openUrl/ImageAlbum";
81 #endif // TESTBED_MISC_H
Definition: testsuite.h:90