C# Class Ancestry.Daisy.Tests.Daisy.Performance.SilverBulletDefinition

Inheritance: Ancestry.Daisy.Statements.ReflectionStatementDefinition
Datei anzeigen Open project: Ancestry/Daisy

Public Methods

Method Description
Execute ( InvokationContext context ) : bool

Protected Methods

Method Description
SilverBulletDefinition ( Type controllerType, string method ) : System

Method Details

Execute() public abstract method

public abstract Execute ( InvokationContext context ) : bool
context Ancestry.Daisy.Statements.InvokationContext
return bool

SilverBulletDefinition() protected method

protected SilverBulletDefinition ( Type controllerType, string method ) : System
controllerType System.Type
method string
return System