#ifndef __TEST_H_ #define __TEST_H_ void runTest(); void testCreatThreadTask(); void *testLoggerThread(void *arg); void testDI(); void testDO(); #endif