C# 클래스 StoryTeller.Engine.ReflectionGrammar

상속: LineGrammar
파일 보기 프로젝트 열기: adymitruk/storyteller

보호된 프로퍼티들

프로퍼티 타입 설명
_method System.Reflection.MethodInfo

공개 메소드들

메소드 설명
Execute ( IStep containerStep, ITestContext context ) : void
ReflectionGrammar ( MethodInfo method, object target ) : System

메소드 상세

Execute() 공개 메소드

public Execute ( IStep containerStep, ITestContext context ) : void
containerStep IStep
context ITestContext
리턴 void

ReflectionGrammar() 공개 메소드

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

프로퍼티 상세

_method 보호되어 있는 프로퍼티

protected MethodInfo,System.Reflection _method
리턴 System.Reflection.MethodInfo