Namespace MyTested.AspNetCore.Mvc.Builders.Contracts.Actions
Interfaces
IActionResultTestBuilder<TActionResult>
Used for testing the action and its result.
IShouldHaveTestBuilder<TActionResult>
Used for testing the action's additional data - action attributes, HTTP response, view bag and more.
IShouldReturnTestBuilder<TActionResult>
Used for testing returned action result.
IVoidActionResultTestBuilder
Used for testing void actions.