Searched refs:isInstanceOf (Results 1 – 7 of 7) sorted by relevance
78 NotEqualException::isInstanceOf( const Type &exceptionType ) const in isInstanceOf() function in CppUnit::NotEqualException81 Exception::isInstanceOf( exceptionType ); in isInstanceOf()
122 Exception::isInstanceOf( const Type &exceptionType ) const in isInstanceOf() function in CppUnit::Exception
105 if ( thrownException->isInstanceOf( NotEqualException::type() ) ) in printFailureDetail()
118 if ( thrownException->isInstanceOf( NotEqualException::type() ) ) in printFailureDetail()
116 if ( thrownException->isInstanceOf( NotEqualException::type() ) ) in printFailureMessage()
53 bool isInstanceOf( const Type &type ) const;
64 virtual bool isInstanceOf( const Type &type ) const;