Interface ITestSessionComparer
- Namespace
- Xping.Sdk.Core.Session.Comparison
- Assembly
- Xping.Sdk.Core.dll
Defines the interface for comparing two TestSession instances.
public interface ITestSessionComparer
Methods
Compare(TestSession, TestSession)
Compares two TestSession instances and returns the result.
DiffResult Compare(TestSession session1, TestSession session2)
Parameters
session1
TestSessionThe first TestSession instance.
session2
TestSessionThe second TestSession instance.
Returns
- DiffResult
A DiffResult object containing the comparison outcome.