Interface IBaseTestBuilderWithViewComponentResult<TInvocationResult>
Base interface for all test builders with view component result.
Inherited Members
Namespace:MyTested.AspNetCore.Mvc.Builders.Contracts.Base
Assembly:MyTested.AspNetCore.Mvc.ViewComponents.dll
Syntax
public interface IBaseTestBuilderWithViewComponentResult<TInvocationResult> : IBaseTestBuilderWithViewComponent, IBaseTestBuilderWithComponent, IBaseTestBuilder
Type Parameters
Name | Description |
---|---|
TInvocationResult | Result from invoked view component in ASP.NET Core MVC. |