Interface IDiffPresenter
- Namespace
- Xping.Sdk.Core.Session.Comparison
- Assembly
- Xping.Sdk.Core.dll
Formats the differences between two TestSession instances into a readable format.
public interface IDiffPresenter
Methods
FormatDiff(DiffResult)
Formats the given DiffResult into a human-readable string.
string FormatDiff(DiffResult diffResult)
Parameters
diffResult
DiffResultThe DiffResult to format.
Returns
- string
A string representing the formatted differences.