printFailureDetail
virtual void printFailureDetail( TestFailure *failure );
virtual void printFailureDetail( Exception *thrownException );
virtual void printFailureDetail( Exception *thrownException,
printFailureDetail( m_result->failures()[ index ] );
printFailureDetail( failure->thrownException() );
printFailureDetail( failure->thrownException(), stream );