C# Class FakeItEasy.AutoMocker.FakeSetterConvention

Show file Open project: mikeyoon/FakeItEasyAutoMocker

Public Methods

Method Description
FakeSetterConvention ( ) : System
NameMatches ( Predicate rule ) : void
TypeMatches ( Predicate rule ) : void

Private Methods

Method Description
Match ( PropertyInfo info ) : bool

Method Details

FakeSetterConvention() public method

public FakeSetterConvention ( ) : System
return System

NameMatches() public method

public NameMatches ( Predicate rule ) : void
rule Predicate
return void

TypeMatches() public method

public TypeMatches ( Predicate rule ) : void
rule Predicate
return void