Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
SpecsFor
AutoMocking
MoqFactory
C# Class SpecsFor.AutoMocking.MoqFactory
ファイルを表示
Open project: MattHoneycutt/SpecsFor
Public Methods
Method
Description
CreateMock
(
Type
type
) :
object
CreateMockThatCallsBase
(
Type
type
,
object
args
) :
object
MoqFactory
( ) :
System
Method Details
CreateMock()
public
method
public
CreateMock
(
Type
type
) :
object
type
System.Type
return
object
CreateMockThatCallsBase()
public
method
public
CreateMockThatCallsBase
(
Type
type
,
object
args
) :
object
type
System.Type
args
object
return
object
MoqFactory()
public
method
public
MoqFactory
( ) :
System
return
System