C# Class Castle.MonoRail.Views.Brail.Tests.JustViewFixture

Inheritance: Castle.MonoRail.Views.Brail.Tests.BaseViewOnlyTestFixture
Show file Open project: nats/castle-1.0.3-mono

Protected Methods

Method Description
ProcessView ( IDictionary dictionary, string templatePath ) : string
ProcessView ( string templatePath ) : string

Private Methods

Method Description
CanRenderViewWithoutUsingFullMonoRailPipeline ( ) : void
UsingExtentionMethods ( ) : void
WithParameters ( ) : void

Method Details

ProcessView() protected method

protected ProcessView ( IDictionary dictionary, string templatePath ) : string
dictionary IDictionary
templatePath string
return string

ProcessView() protected method

protected ProcessView ( string templatePath ) : string
templatePath string
return string