MockerTestBase<(Of <(<'TComponent>)>)> Constructor (Action<(Of <(<'Mocker>)>)>, Action<(Of <(<'TComponent>)>)>)
Namespace:
FastMoq
Assembly: FastMoq.Core (in FastMoq.Core.dll)
Assembly: FastMoq.Core (in FastMoq.Core.dll)
Syntax
protected MockerTestBase( Action<Mocker> setupMocksAction, Action<TComponent> createdComponentAction )
Protected Sub New ( _ setupMocksAction As Action(Of Mocker), _ createdComponentAction As Action(Of TComponent) _ )
protected: MockerTestBase( Action<Mocker^>^ setupMocksAction, Action<TComponent>^ createdComponentAction )
Parameters
- setupMocksAction
- Type: Action<(Of <(<'Mocker>)>)>
- createdComponentAction
- Type: Action<(Of <(<'TComponent>)>)>