mirror of
https://github.com/catchorg/Catch2.git
synced 2025-05-28 15:39:27 +00:00
Completed CumulativeReporterBase and reimplemented JUnitReporter in terms of it
This commit is contained in:
parent
1f519dd856
commit
2ddb9d3802
9 changed files with 601 additions and 270 deletions
|
@ -116,7 +116,9 @@ namespace Catch {
|
|||
bool empty() const {
|
||||
return file.empty();
|
||||
}
|
||||
|
||||
bool operator == ( SourceLineInfo const& other ) const {
|
||||
return line == other.line && file == other.file;
|
||||
}
|
||||
std::string file;
|
||||
std::size_t line;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue