C# Class StoryTeller.Engine.ReflectionGrammar

Inheritance: LineGrammar
Afficher le fichier Open project: adymitruk/storyteller

Protected Properties

Свойство Type Description
_method System.Reflection.MethodInfo

Méthodes publiques

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

Method Details

Execute() public méthode

public Execute ( IStep containerStep, ITestContext context ) : void
containerStep IStep
context ITestContext
Résultat void

ReflectionGrammar() public méthode

public ReflectionGrammar ( MethodInfo method, object target ) : System
method System.Reflection.MethodInfo
target object
Résultat System

Property Details

_method protected_oe property

protected MethodInfo,System.Reflection _method
Résultat System.Reflection.MethodInfo