C# Class StoryTeller.Grammars.FactMethodWithInputsBuilder

Inheritance: IGrammarBuilder
Mostra file Open project: storyteller/Storyteller

Public Methods

Method Description
Build ( MethodInfo method, Fixture fixture ) : IGrammar
Matches ( MethodInfo method ) : bool

Method Details

Build() public method

public Build ( MethodInfo method, Fixture fixture ) : IGrammar
method System.Reflection.MethodInfo
fixture Fixture
return IGrammar

Matches() public method

public Matches ( MethodInfo method ) : bool
method System.Reflection.MethodInfo
return bool