MY TESTED ASP.NET CORE MVC DOCS
Show / Hide Table of Contents

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 Source

IndicatingControllerExplicitly()

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.

  • Improve this Doc
  • View Source
Back to top Copyright © 2015-2016 MyTestedASP.NET. All Rights Reserved. Generated by DocFX