teststrings.h
1 //------------------------------------------------------------------------------
2 // teststrings.h
3 //
4 // Copyright (C) 2010 "Zalewa" <zalewapl@gmail.com>
5 //------------------------------------------------------------------------------
6 #ifndef __TESTSTRINGS_H__
7 #define __TESTSTRINGS_H__
8 
9 #include "tests/testbase.h"
10 
12 {
13  public:
15  : TestUnitBase("Wrap URLs with A HREF tags")
16  {
17  }
18 
19  bool executeTest();
20 };
21 
22 #endif
Base class for Test Units.
Definition: testbase.h:42