Table of Contents

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 TestSession

The first TestSession instance.

session2 TestSession

The second TestSession instance.

Returns

DiffResult

A DiffResult object containing the comparison outcome.