C# Class Castle.MonoRail.Framework.Test.MockScaffoldingSupport

Represents a mock implementation of IScaffoldingSupport for unit test purposes.
Inheritance: IScaffoldingSupport
Mostra file Open project: nats/castle-1.0.3-mono

Public Methods

Method Description
Process ( Controller controller ) : void

Implementors should use this method to read information from the controller instance and add dynamic actions to the controller.

Method Details

Process() public method

Implementors should use this method to read information from the controller instance and add dynamic actions to the controller.
public Process ( Controller controller ) : void
controller Controller
return void