Menu

[r376]: / trunk / cppunit / examples / cppunittest / HelperSuite.h  Maximize  Restore  History

Download this file

14 lines (9 with data), 220 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
#ifndef CPPUNITTEST_HELPERSUITE_H
#define CPPUNITTEST_HELPERSUITE_H
#include <cppunit/Portability.h>
#include <string>
inline std::string helperSuiteName()
{
return "Helpers";
}
#endif // CPPUNITTEST_HELPERSUITE_H
MongoDB Logo MongoDB