1#ifndef _application_test_h_
2#define _application_test_h_
3
4class CppUnit::Test;
5
6CppUnit::Test* ApplicationTestSuite();
7
8#endif	// _application_test_h_
9
10