1 #ifndef CPPUNIT_EXTENSIONS_TESTNAMER_H
2 #define CPPUNIT_EXTENSIONS_TESTNAMER_H
28 # define CPPUNIT_TESTNAMER_DECL( variableName, FixtureType ) \
29 CPPUNIT_NS::TestNamer variableName( typeid(FixtureType) )
44 TestNamer(
const std::type_info &typeInfo );
49 TestNamer(
const std::string &fixtureName );
56 virtual std::string getFixtureName()
const;
65 virtual std::string getTestNameFor(
const std::string &testMethodName )
const;
68 std::string getTestNameFor(
const std::string& testMethodName,
const E& val)
const
79 #endif // CPPUNIT_EXTENSIONS_TESTNAMER_H