Table of Contents

Class CompareTwoFilesHelper

Namespace
SunamoPaths
Assembly
SunamoPaths.dll

Provides helper methods for constructing paths to text and HTML comparison test files.

public class CompareTwoFilesHelper
Inheritance
CompareTwoFilesHelper
Inherited Members
Extension Methods

Methods

Html(int)

Gets the file path for an HTML comparison file by index.

public static string Html(int index)

Parameters

index int

The file index number.

Returns

string

The full file path to the HTML comparison file.

Txt(int)

Gets the file path for a text comparison file by index.

public static string Txt(int index)

Parameters

index int

The file index number.

Returns

string

The full file path to the text comparison file.