C# Class IronFramework.TestCommon.StringEqualException

Inheritance: Xunit.Sdk.AssertException
Afficher le fichier Open project: megadotnet/ironframework

Méthodes publiques

Méthode Description
StringEqualException ( string expected, string actual, int expectedIndex, int actualIndex ) : System

Méthodes protégées

Méthode Description
ExcludeStackFrame ( string stackFrame ) : bool

Private Methods

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

Method Details

ExcludeStackFrame() protected méthode

protected ExcludeStackFrame ( string stackFrame ) : bool
stackFrame string
Résultat bool

StringEqualException() public méthode

public StringEqualException ( string expected, string actual, int expectedIndex, int actualIndex ) : System
expected string
actual string
expectedIndex int
actualIndex int
Résultat System