C# Class StoryTeller.Engine.ReflectionGrammar

Inheritance: LineGrammar
Show file Open project: adymitruk/storyteller

Protected Properties

Property Type Description
_method System.Reflection.MethodInfo

Public Methods

Method Description
Execute ( IStep containerStep, ITestContext context ) : void
ReflectionGrammar ( MethodInfo method, object target ) : System

Method Details

Execute() public method

public Execute ( IStep containerStep, ITestContext context ) : void
containerStep IStep
context ITestContext
return void

ReflectionGrammar() public method

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

Property Details

_method protected property

protected MethodInfo,System.Reflection _method
return System.Reflection.MethodInfo