C# 클래스 AutoMoq.Unity.AutoMockingBuilderStrategy

상속: Microsoft.Practices.ObjectBuilder2.BuilderStrategy
파일 보기 프로젝트 열기: darrencauthon/AutoMoq 1 사용 예제들

공개 메소드들

메소드 설명
AutoMockingBuilderStrategy ( Mocking mocking, IoC ioc ) : System
PreBuildUp ( IBuilderContext context ) : void

비공개 메소드들

메소드 설명
AMockObjectShouldBeCreatedForThisType ( Type type ) : bool
AbstractDependenciesOf ( Type type ) : IEnumerable
BuildThisByAskingTheContainerForIt ( Type type ) : void
CreateAMockTrackedByAutoMoq ( Type type ) : MockCreationResult
GetTheTypeFromTheBuilderContext ( IBuilderContext context ) : Type
LoadAnyAbstractDependenciesOf ( Type type ) : void
ThisIsNotTheTypeThatIsBeingResolvedForTesting ( Type type ) : bool
ThisTypeIsNotAFunction ( Type type ) : bool
ThisTypeIsNotRegistered ( Type type ) : bool

메소드 상세

AutoMockingBuilderStrategy() 공개 메소드

public AutoMockingBuilderStrategy ( Mocking mocking, IoC ioc ) : System
mocking Mocking
ioc IoC
리턴 System

PreBuildUp() 공개 메소드

public PreBuildUp ( IBuilderContext context ) : void
context IBuilderContext
리턴 void