C# 클래스 MyTested.AspNetCore.Mvc.Utilities.Validators.ModelStateValidator

Validator class containing ModelStateDictionary validation logic.
파일 보기 프로젝트 열기: ivaylokenov/MyTested.AspNetCore.Mvc

공개 메소드들

메소드 설명
CheckValidModelState ( ActionTestContext testContext ) : void

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

메소드 상세

CheckValidModelState() 공개 정적인 메소드

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