C# Class Concordion.Internal.ChainOfExpectationCheckers

Inheritance: IExpectationChecker
Show file Open project: concordion/concordion-net

Public Methods

Method Description
Add ( IExpectationChecker checker ) : ChainOfExpectationCheckers
IsAcceptable ( string expected, object actual ) : bool

Method Details

Add() public method

public Add ( IExpectationChecker checker ) : ChainOfExpectationCheckers
checker IExpectationChecker
return ChainOfExpectationCheckers

IsAcceptable() public method

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