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 SourceContainingNoErrors()
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. |