C# Class Joshilewis.Testing.CallBuilders.PostCallBuilder

Inheritance: CallBuilder
Show file Open project: joshilewis/lending Class Usage Examples

Public Methods

Method Description
IsPOSTedTo ( string url ) : void
PostCallBuilder ( HttpClient client, Tokeniser tokeniser, AuthenticatedCommand command, bool failIfUnsuccessful ) : System

Method Details

IsPOSTedTo() public method

public IsPOSTedTo ( string url ) : void
url string
return void

PostCallBuilder() public method

public PostCallBuilder ( HttpClient client, Tokeniser tokeniser, AuthenticatedCommand command, bool failIfUnsuccessful ) : System
client System.Net.Http.HttpClient
tokeniser Joshilewis.Infrastructure.Auth.Tokeniser
command Joshilewis.Cqrs.Command.AuthenticatedCommand
failIfUnsuccessful bool
return System