Interface IBaseTestBuilderWithModel<TModel>
Base interface for all test builders with model.
Inherited Members
Namespace:MyTested.AspNetCore.Mvc.Builders.Contracts.Base
Assembly:MyTested.AspNetCore.Mvc.Controllers.dll
Syntax
public interface IBaseTestBuilderWithModel<TModel> : IBaseTestBuilderWithInvokedAction, IBaseTestBuilderWithAction, IBaseTestBuilderWithComponent, IBaseTestBuilder
Type Parameters
Name | Description |
---|---|
TModel | Model used in action. |