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