IMockerBlazorTestHelpers<(Of <(<'T>)>)>..::..InjectComponent Method (Type, Type)
Injects the component.
Namespace:
FastMoq.Web.Blazor.InterfacesAssembly: FastMoq.Web (in FastMoq.Web.dll)
Syntax
IMockerBlazorTestHelpers<T> InjectComponent( Type type, Type injectAttribute )
Function InjectComponent ( _ type As Type, _ injectAttribute As Type _ ) As IMockerBlazorTestHelpers(Of T)
IMockerBlazorTestHelpers<T>^ InjectComponent( Type^ type, Type^ injectAttribute )
Parameters
- type
- Type: Type
The type.
- injectAttribute
- Type: Type
The inject attribute.