C# 클래스 StoryTeller.Grammars.Reflection.MethodInvocation

파일 보기 프로젝트 열기: storyteller/Storyteller 1 사용 예제들

공개 메소드들

메소드 설명
Compile ( Fixture fixture, CellHandling cellHandling ) : void
InputCells ( ) : IEnumerable
Invoke ( StepValues values ) : IEnumerable
InvokeTest ( StepValues values ) : bool
MethodInvocation ( MethodInfo method, object target ) : System

메소드 상세

Compile() 공개 메소드

public Compile ( Fixture fixture, CellHandling cellHandling ) : void
fixture Fixture
cellHandling CellHandling
리턴 void

InputCells() 공개 메소드

public InputCells ( ) : IEnumerable
리턴 IEnumerable

Invoke() 공개 메소드

public Invoke ( StepValues values ) : IEnumerable
values StoryTeller.Conversion.StepValues
리턴 IEnumerable

InvokeTest() 공개 메소드

public InvokeTest ( StepValues values ) : bool
values StoryTeller.Conversion.StepValues
리턴 bool

MethodInvocation() 공개 메소드

public MethodInvocation ( MethodInfo method, object target ) : System
method System.Reflection.MethodInfo
target object
리턴 System