Home
last modified time | relevance | path

Searched refs:thisClass (Results 1 – 1 of 1) sorted by relevance

/haiku/src/tools/cppunit/cppunit/
H A DTestCase.cpp128 const std::type_info& thisClass = typeid( *this ); in toString() local
129 className = thisClass.name(); in toString()