Mocker..::..InnerMockResolution Property

When creating a mocks of a class, true indicates to recursively inject the mocks inside of that class; otherwise properties are not auto mocked.

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

Syntax


public bool InnerMockResolution { get; set; }
Public Property InnerMockResolution As Boolean
	Get
	Set
public:
property bool^ InnerMockResolution {
	bool^ get ();
	void set (bool^ value);
}

Field Value

The inner mock resolution.