getName
virtual std::string getName() const;
std::string getName() const { return fName; }
result->addError(this, new CppUnit::Exception("Error launching thread '" + i->second->getName() + "'"));
return std::string("BThreadedTestCaller for ") + getName();
virtual std::string getName () const = 0;
return "TestCaller " + getName();
std::string getName() const;
string getName() const;
std::string getName () const;
inline std::string TestDecorator::getName () const
{ return m_test->getName(); }
return m_suite->getName() + "." + methodName;
node = new CRadeonProducer( this, plug->getName(),
const char *getName() { return fFlavorInfo.name; }
return fICULocale->getName();
status_t status = archive->AddString("conventions", fICULocale->getName());
return fICULocale->getName();
languages->AddString("language", icuLocaleList[i].getName());
loc.getCountry(), loc.getName(),
return "suite " + getName();
cout << test->getName() << endl;
AddTest((*i)->getName(), *i);
cout << " " << (*i)->getName() << endl;
fTestsToRun.insert( (*j)->getName() );
cout << "Adding BTestSuite '" << suite->getName() << "'" << endl;
CppUnit::TestSuite *ts = new CppUnit::TestSuite(suite->getName());
cout << " " << i->first << "; " << i->second->getName() << endl;
cout << "Adding CppUnit::TestSuite '" << suite->getName() << "'" << endl;
fSuites[suite->getName()] = suite;
return className + "." + getName();
return m_failedTest->getName();
if ( test->getName() == name )
return "suite " + getName();
stream << "test: " << failure->failedTest()->getName();
testNode->addNode( new Node( "Name", test->getName() ) );
testNode->addNode( new Node( "Name", test->getName() ) );