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

Validator class containing ModelStateDictionary validation logic.
Afficher le fichier Open project: ivaylokenov/MyTested.AspNetCore.Mvc

Méthodes publiques

Méthode Description
CheckValidModelState ( ActionTestContext testContext ) : void

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

Method Details

CheckValidModelState() public static méthode

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