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

Interface IBaseTestBuilderWithModelError

Base interface for all test builders with model error.

Namespace:MyTested.AspNetCore.Mvc.Builders.Contracts.Base
Assembly:MyTested.AspNetCore.Mvc.ModelState.dll
Syntax
public interface IBaseTestBuilderWithModelError

Methods

| Improve this Doc View Source

ContainingNoErrors()

Tests whether the tested ModelStateDictionary is valid.

Declaration
IAndTestBuilder ContainingNoErrors()
Returns
Type Description
MyTested.AspNetCore.Mvc.Builders.Contracts.And.IAndTestBuilder

Test builder of MyTested.AspNetCore.Mvc.Builders.Contracts.And.IAndTestBuilder type.

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