C# 클래스 Snooze.AutoMock.Castle.MoqContrib.AutoMock.MockHeap

Like a container, but keeps track of mocks instead of objects.
상속: MoqContrib.AutoMock.IMockHeap
파일 보기 프로젝트 열기: nhsevidence/Snooze

공개 메소드들

메소드 설명
ContainsType ( Type type ) : bool
ContainsType ( Type type, string key ) : bool
this ( Type type ) : Mock
this ( Type type, string key ) : Mock

메소드 상세

ContainsType() 공개 메소드

public ContainsType ( Type type ) : bool
type System.Type
리턴 bool

ContainsType() 공개 메소드

public ContainsType ( Type type, string key ) : bool
type System.Type
key string
리턴 bool

this() 공개 메소드

public this ( Type type ) : Mock
type System.Type
리턴 Mock

this() 공개 메소드

public this ( Type type, string key ) : Mock
type System.Type
key string
리턴 Mock