Create Method
From Moq
Overload List
| Name | Description | |
|---|---|---|
| Create<(Of <<'(T>)>>)()()()() |
Creates a new mock with the default MockBehavior
specified at factory construction time.
(Inherited from MockFactory.) | |
| Create<(Of <<'(T>)>>)(array<Object>[]()[][]) |
Creates a new mock with the default MockBehavior
specified at factory construction time and with the
the given constructor arguments for the class.
(Inherited from MockFactory.) | |
| Create<(Of <<'(T>)>>)(MockBehavior) |
Creates a new mock with the given behavior.
(Inherited from MockFactory.) | |
| Create<(Of <<'(T>)>>)(MockBehavior, array<Object>[]()[][]) |
Creates a new mock with the given behavior
and with the the given constructor arguments for the class.
(Inherited from MockFactory.) |