Constructor
Enum
Defines the behavior of target constructor.
Definition
Fields
Specifies that the constructor should be mocked.
C#
Mocked = 1
Calls the original constructor.
C#
NotMocked = 0
Defines the behavior of target constructor.
Specifies that the constructor should be mocked.
Mocked = 1
Calls the original constructor.
NotMocked = 0