메소드 | 설명 | |
---|---|---|
Create ( |
Create a substitute for the given types.
|
|
CreatePartial ( |
Create an instance of the given types, with calls configured to call the base implementation where possible. Parts of the instance can be substituted using
|
|
GetCallRouterCreatedFor ( object substitute ) : ICallRouter | ||
SubstituteFactory ( ISubstitutionContext context, ICallRouterFactory callRouterFactory, IProxyFactory proxyFactory, ICallRouterResolver callRouterResolver ) : System |
메소드 | 설명 | |
---|---|---|
Create ( |
||
GetPrimaryProxyType ( |
public Create ( |
||
typesToProxy | ||
constructorArguments | object | |
리턴 | object |
public CreatePartial ( |
||
typesToProxy | ||
constructorArguments | object | |
리턴 | object |
public GetCallRouterCreatedFor ( object substitute ) : ICallRouter | ||
substitute | object | |
리턴 | ICallRouter |
public SubstituteFactory ( ISubstitutionContext context, ICallRouterFactory callRouterFactory, IProxyFactory proxyFactory, ICallRouterResolver callRouterResolver ) : System | ||
context | ISubstitutionContext | |
callRouterFactory | ICallRouterFactory | |
proxyFactory | IProxyFactory | |
callRouterResolver | ICallRouterResolver | |
리턴 | System |