C# Class Concordion.Internal.AbstractCheckerBase

Inheritance: IExpectationChecker
Afficher le fichier Open project: concordion/concordion-net

Méthodes publiques

Méthode Description
IsAcceptable ( string expected, object actual ) : bool
Normalize ( object obj ) : string

Private Methods

Méthode Description
ConvertObjectToString ( object obj ) : string
ProcessLineContinuations ( string s ) : string
ReplaceMultipleWhitespaceWithOneSpace ( string s ) : string
StripNewlines ( string s ) : string

Method Details

IsAcceptable() public abstract méthode

public abstract IsAcceptable ( string expected, object actual ) : bool
expected string
actual object
Résultat bool

Normalize() public méthode

public Normalize ( object obj ) : string
obj object
Résultat string