C# 클래스 Snooze.AutoMock.Castle.AutoMockContainer

A WindsorContainer that auto-generates missing components as mocks
상속: WindsorContainer, IAutoMockContainer
파일 보기 프로젝트 열기: nhsevidence/Snooze

보호된 프로퍼티들

프로퍼티 타입 설명
_helper IAutoMocker

공개 메소드들

메소드 설명
AutoMockContainer ( ) : Castle.MicroKernel.Registration

Create an instance of the container

UseContainer ( IWindsorContainer container ) : void

비공개 메소드들

메소드 설명
AutoMockContainer ( AutoMockHelper helper ) : Castle.MicroKernel.Registration
AutoMockContainer ( IAutoMocker helper, ILatentMocker latentMocker ) : Castle.MicroKernel.Registration

For unit testing. I can't think of why we need this for anything else

Initialize ( ) : void

메소드 상세

AutoMockContainer() 공개 메소드

Create an instance of the container
public AutoMockContainer ( ) : Castle.MicroKernel.Registration
리턴 Castle.MicroKernel.Registration

UseContainer() 공개 메소드

public UseContainer ( IWindsorContainer container ) : void
container IWindsorContainer
리턴 void

프로퍼티 상세

_helper 보호되어 있는 프로퍼티

protected IAutoMocker _helper
리턴 IAutoMocker