MockerTestBase<(Of <(<'TComponent>)>)> Constructor (Boolean)

Create instance and setting mock resolution. Mock resolution is on by default. When it is off, it may not be able to fill in properties or other injections of components.

Namespace:  FastMoq
Assembly:  FastMoq.Core (in FastMoq.Core.dll)

Syntax


protected MockerTestBase(
	bool innerMockResolution
)
Protected Sub New ( _
	innerMockResolution As Boolean _
)
protected:
MockerTestBase(
	bool^ innerMockResolution
)

Parameters

innerMockResolution
Type: Boolean