C# Class StoryTeller.Grammars.Reflection.MethodInvocation

Afficher le fichier Open project: storyteller/Storyteller Class Usage Examples

Méthodes publiques

Méthode Description
Compile ( Fixture fixture, CellHandling cellHandling ) : void
InputCells ( ) : IEnumerable
Invoke ( StepValues values ) : IEnumerable
InvokeTest ( StepValues values ) : bool
MethodInvocation ( MethodInfo method, object target ) : System

Method Details

Compile() public méthode

public Compile ( Fixture fixture, CellHandling cellHandling ) : void
fixture Fixture
cellHandling CellHandling
Résultat void

InputCells() public méthode

public InputCells ( ) : IEnumerable
Résultat IEnumerable

Invoke() public méthode

public Invoke ( StepValues values ) : IEnumerable
values StoryTeller.Conversion.StepValues
Résultat IEnumerable

InvokeTest() public méthode

public InvokeTest ( StepValues values ) : bool
values StoryTeller.Conversion.StepValues
Résultat bool

MethodInvocation() public méthode

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