C# Class Concordion.Internal.AbstractCheckerBase

Inheritance: IExpectationChecker
Exibir arquivo Open project: concordion/concordion-net

Public Methods

Method Description
IsAcceptable ( string expected, object actual ) : bool
Normalize ( object obj ) : string

Private Methods

Method Description
ConvertObjectToString ( object obj ) : string
ProcessLineContinuations ( string s ) : string
ReplaceMultipleWhitespaceWithOneSpace ( string s ) : string
StripNewlines ( string s ) : string

Method Details

IsAcceptable() public abstract method

public abstract IsAcceptable ( string expected, object actual ) : bool
expected string
actual object
return bool

Normalize() public method

public Normalize ( object obj ) : string
obj object
return string