C# Class MyTested.AspNetCore.Mvc.Utilities.Validators.ModelStateValidator

Validator class containing ModelStateDictionary validation logic.
Mostrar archivo Open project: ivaylokenov/MyTested.AspNetCore.Mvc

Public Methods

Method Description
CheckValidModelState ( ActionTestContext testContext ) : void

Tests whether the tested action's model state is valid.

Method Details

CheckValidModelState() public static method

Tests whether the tested action's model state is valid.
public static CheckValidModelState ( ActionTestContext testContext ) : void
testContext ActionTestContext
return void