CppUnit project page | FAQ | CppUnit home page |
#include <TestNamer.h>
Public Member Functions | |
TestNamer (const std::string &fixtureName) | |
Constructs a namer using the specified fixture name. | |
virtual | ~TestNamer () |
virtual std::string | getFixtureName () const |
Returns the name of the fixture. | |
virtual std::string | getTestNameFor (const std::string &testMethodName) const |
Returns the name of the test for the specified method. | |
Protected Attributes | |
std::string | m_fixtureName |
TestNamer is usually instantiated using CPPUNIT_TESTNAMER_DECL.
|
Constructs a namer using the specified fixture name.
|
|
|
|
Returns the name of the fixture.
|
|
Returns the name of the test for the specified method.
|
|
|
hosts this site. |
Send comments to: CppUnit Developers |