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

Interface IBaseTestBuilderWithActionResult<TActionResult>

Base interface for all test builders with action result.

Inherited Members
IBaseTestBuilderWithComponent.ShouldPassForThe<TComponent>(Action<TComponent>)
IBaseTestBuilderWithComponent.ShouldPassForThe<TComponent>(Func<TComponent, Boolean>)
Namespace:MyTested.AspNetCore.Mvc.Builders.Contracts.Base
Assembly:MyTested.AspNetCore.Mvc.Controllers.dll
Syntax
public interface IBaseTestBuilderWithActionResult<TActionResult> : IBaseTestBuilderWithInvokedAction, IBaseTestBuilderWithAction, IBaseTestBuilderWithComponent, IBaseTestBuilder
Type Parameters
Name Description
TActionResult Result from invoked action in ASP.NET Core MVC controller.
  • Improve this Doc
  • View Source
Back to top Copyright © 2015-2016 MyTestedASP.NET. All Rights Reserved. Generated by DocFX