Method | Description | |
---|---|---|
ActionResultAssertions ( ActionResult subject ) : FluentAssertions.Primitives |
Initializes a new instance of the T:ActionResultAssertions class.
|
|
ActionResultAssertions ( IActionResult subject ) : FluentAssertions.Primitives | ||
BeContentResult ( ) : |
Asserts that the subject is a ContentResult.
|
|
BeContentResult ( string reason ) : |
Asserts that the subject is a ContentResult.
|
|
BeEmptyResult ( ) : EmptyResult |
Asserts that the subject is an EmptyResult.
|
|
BeEmptyResult ( string reason ) : EmptyResult |
Asserts that the subject is an EmptyResult.
|
|
BePartialViewResult ( ) : PartialViewResultAssertions |
Asserts that the subject is a PartialViewResult.
|
|
BePartialViewResult ( string reason ) : PartialViewResultAssertions |
Asserts that the subject is a PartialViewResult.
|
|
BeRedirectResult ( ) : RedirectResultAssertions |
Asserts that the subject is a RedirectResult.
|
|
BeRedirectResult ( string reason ) : RedirectResultAssertions |
Asserts that the subject is a RedirectResult.
|
|
BeRedirectToRouteResult ( ) : RedirectToRouteAssertions |
Asserts that the subject is a RedirectToRouteResult.
|
|
BeRedirectToRouteResult ( string reason ) : RedirectToRouteAssertions |
Asserts that the subject is a RedirectToRouteResult.
|
|
BeViewResult ( ) : ViewResultAssertions |
Asserts that the subject is a ViewResult.
|
|
BeViewResult ( string reason ) : ViewResultAssertions |
Asserts that the subject is a ViewResult.
|
public ActionResultAssertions ( ActionResult subject ) : FluentAssertions.Primitives | ||
subject | ActionResult | |
return | FluentAssertions.Primitives |
public ActionResultAssertions ( IActionResult subject ) : FluentAssertions.Primitives | ||
subject | IActionResult | |
return | FluentAssertions.Primitives |
public BeContentResult ( ) : |
||
return |
public BeContentResult ( string reason ) : |
||
reason | string |
/// A formatted phrase as is supported by |
return |
public BeEmptyResult ( string reason ) : EmptyResult | ||
reason | string |
/// A formatted phrase as is supported by |
return | EmptyResult |
public BePartialViewResult ( ) : PartialViewResultAssertions | ||
return | PartialViewResultAssertions |
public BePartialViewResult ( string reason ) : PartialViewResultAssertions | ||
reason | string |
/// A formatted phrase as is supported by |
return | PartialViewResultAssertions |
public BeRedirectResult ( ) : RedirectResultAssertions | ||
return | RedirectResultAssertions |
public BeRedirectResult ( string reason ) : RedirectResultAssertions | ||
reason | string |
/// A formatted phrase as is supported by |
return | RedirectResultAssertions |
public BeRedirectToRouteResult ( ) : RedirectToRouteAssertions | ||
return | RedirectToRouteAssertions |
public BeRedirectToRouteResult ( string reason ) : RedirectToRouteAssertions | ||
reason | string |
/// A formatted phrase as is supported by |
return | RedirectToRouteAssertions |
public BeViewResult ( ) : ViewResultAssertions | ||
return | ViewResultAssertions |
public BeViewResult ( string reason ) : ViewResultAssertions | ||
reason | string |
/// A formatted phrase as is supported by |
return | ViewResultAssertions |