C# Class IronFramework.TestCommon.StringEqualException

Inheritance: Xunit.Sdk.AssertException
Mostra file Open project: megadotnet/ironframework

Public Methods

Method Description
StringEqualException ( string expected, string actual, int expectedIndex, int actualIndex ) : System

Protected Methods

Method Description
ExcludeStackFrame ( string stackFrame ) : bool

Private Methods

Method Description
CreateMessage ( ) : string
ShortenAndEncode ( string value, int position, char pointer ) : string>.Tuple

Method Details

ExcludeStackFrame() protected method

protected ExcludeStackFrame ( string stackFrame ) : bool
stackFrame string
return bool

StringEqualException() public method

public StringEqualException ( string expected, string actual, int expectedIndex, int actualIndex ) : System
expected string
actual string
expectedIndex int
actualIndex int
return System