You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
I would like to have file name and line number attributes in Warn and Info tags of xml reporter, so I can easily identify find them in source code. Moreover this would be more consistent with Failure or Expression that already exposes such information.
Description
Hi
I would like to have file name and line number attributes in
Warn
andInfo
tags of xml reporter, so I can easily identify find them in source code. Moreover this would be more consistent withFailure
orExpression
that already exposes such information.Steps to reproduce
Generates
I would like to add additional attributes like
filename
andline
.Extra information
Here proposal for improvement of
bool XmlReporter::assertionEnded( AssertionStats const& assertionStats )
, addingwriteSourceInfo( msg.lineInfo )
Thx
Vitek
The text was updated successfully, but these errors were encountered: