C# Class Nfield.Services.NfieldServiceTestsBase

Show file Open project: NIPOSoftware/Nfield-SDK

Protected Methods

Method Description
CreateTask ( HttpStatusCode httpStatusCode, HttpContent content = null ) : Task
UnwrapAggregateException ( System.Threading.Tasks.Task task ) : void

Private Methods

Method Description
CreateHttpClientMock ( Mock mockedNfieldConnection ) : Mock

Method Details

CreateTask() protected method

protected CreateTask ( HttpStatusCode httpStatusCode, HttpContent content = null ) : Task
httpStatusCode HttpStatusCode
content System.Net.Http.HttpContent
return Task

UnwrapAggregateException() protected method

protected UnwrapAggregateException ( System.Threading.Tasks.Task task ) : void
task System.Threading.Tasks.Task
return void