Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 824 Bytes

reporters.md

File metadata and controls

31 lines (24 loc) · 824 Bytes

Reporters

Contents

Supported Diff Tools

ReportWithDiffTool is a chain of possible reporters to find the first diff tool installed on your system. Currently, the search goes in this order:

ReportWithBeyondCompare(),
ReportWithAppCode(),
ReportWithDiffMerge(),
ReportWithKaleidoscope(),
ReportWithP4Merge(),
ReportWithKdiff3(),
ReportWithTKDiff(),
ReportWithVisualStudioCode(),
ReportContentsWithXCTest()

snippet source | anchor


Back to README