C# Класс IronFramework.TestCommon.StringEqualException

Наследование: Xunit.Sdk.AssertException
Показать файл Открыть проект

Открытые методы

Метод Описание
StringEqualException ( string expected, string actual, int expectedIndex, int actualIndex ) : System

Защищенные методы

Метод Описание
ExcludeStackFrame ( string stackFrame ) : bool

Приватные методы

Метод Описание
CreateMessage ( ) : string
ShortenAndEncode ( string value, int position, char pointer ) : string>.Tuple

Описание методов

ExcludeStackFrame() защищенный Метод

protected ExcludeStackFrame ( string stackFrame ) : bool
stackFrame string
Результат bool

StringEqualException() публичный Метод

public StringEqualException ( string expected, string actual, int expectedIndex, int actualIndex ) : System
expected string
actual string
expectedIndex int
actualIndex int
Результат System