C# 클래스 StoryTeller.Grammars.VoidMethodActionBuilder

상속: IGrammarBuilder
파일 보기 프로젝트 열기: storyteller/Storyteller

공개 메소드들

메소드 설명
Build ( MethodInfo method, Fixture fixture ) : IGrammar
Matches ( MethodInfo method ) : bool

메소드 상세

Build() 공개 메소드

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

Matches() 공개 메소드

public Matches ( MethodInfo method ) : bool
method System.Reflection.MethodInfo
리턴 bool