MockerBlazorTestBase<(Of <(<'T>)>)>..::..InjectComponent<(Of <(<'TComponent>)>)> Method
Injects the component.
Namespace:
FastMoq.Web.BlazorAssembly: FastMoq.Web (in FastMoq.Web.dll)
Syntax
public IMockerBlazorTestHelpers<T> InjectComponent<TComponent>()
Public Function InjectComponent(Of TComponent) As IMockerBlazorTestHelpers(Of T)
public: generic<typename TComponent> IMockerBlazorTestHelpers<T>^ InjectComponent()
Type Parameters
- TComponent
- The type of the t component.