Interface IControllerAttributesTestBuilder
Used for testing controller attributes.
Namespace:MyTested.AspNetCore.Mvc.Builders.Contracts.Attributes
Assembly:MyTested.AspNetCore.Mvc.Controllers.dll
Syntax
public interface IControllerAttributesTestBuilder : IControllerActionAttributesTestBuilder<IAndControllerAttributesTestBuilder>, IBaseAttributesTestBuilder<IAndControllerAttributesTestBuilder>
Methods
| Improve this Doc View SourceIndicatingControllerExplicitly()
Tests whether the controller attributes contain Microsoft.AspNetCore.Mvc.ControllerAttribute.
Declaration
IAndControllerAttributesTestBuilder IndicatingControllerExplicitly()
Returns
Type | Description |
---|---|
MyTested.AspNetCore.Mvc.Builders.Contracts.Attributes.IAndControllerAttributesTestBuilder | The same MyTested.AspNetCore.Mvc.Builders.Contracts.Attributes.IAndControllerAttributesTestBuilder. |