C# Class FluentAssertions.Mvc.AssertionsExtensions

Mostra file Open project: kevinkuszyk/FluentAssertions.MVC

Public Methods

Method Description
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.

Method Details

Should() public static method

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

Should() public static method

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