C# Class Spring.Aop.Framework.DynamicProxy.MockTargetSource

Useful Spring.Aop.ITargetSource implementation that checks calls to GetTarget and ReleaseTarget.
Inheritance: ITargetSource
显示文件 Open project: spring-projects/spring-net

Public Properties

Property Type Description
gets int
releases int

Public Methods

Method Description
GetTarget ( ) : object
ReleaseTarget ( object target ) : void
Reset ( ) : void
SetTarget ( Object target ) : void
Verify ( ) : void

Method Details

GetTarget() public method

public GetTarget ( ) : object
return object

ReleaseTarget() public method

public ReleaseTarget ( object target ) : void
target object
return void

Reset() public method

public Reset ( ) : void
return void

SetTarget() public method

public SetTarget ( Object target ) : void
target Object
return void

Verify() public method

public Verify ( ) : void
return void

Property Details

gets public_oe property

public int gets
return int

releases public_oe property

public int releases
return int