C# 클래스 FluentAssertions.Mvc.AssertionsExtensions

파일 보기 프로젝트 열기: kevinkuszyk/FluentAssertions.MVC

공개 메소드들

메소드 설명
Should ( this actual ) : ActionResultAssertions

Returns an ActionResultAssertions object that can be used to assert the current ActionResult.

Should ( this routeData ) : RouteDataAssertions

Returns an RouteDataAssertions object that can be used to assert the current RouteData.

메소드 상세

Should() 공개 정적인 메소드

Returns an ActionResultAssertions object that can be used to assert the current ActionResult.
public static Should ( this actual ) : ActionResultAssertions
actual this
리턴 ActionResultAssertions

Should() 공개 정적인 메소드

Returns an RouteDataAssertions object that can be used to assert the current RouteData.
public static Should ( this routeData ) : RouteDataAssertions
routeData this
리턴 RouteDataAssertions