C# Class CompaniesHouse.IntegrationTests.Tests.OfficerTests.OfficersTestBase

Show file Open project: LiberisLabs/CompaniesHouse.NET

Protected Properties

Property Type Description
_client CompaniesHouseClient
_result CompaniesHouseClientResponse

Protected Methods

Method Description
When ( ) : void

Private Methods

Method Description
GivenACompaniesHouseClient ( ) : void
Setup ( ) : void

Method Details

When() protected abstract method

protected abstract When ( ) : void
return void

Property Details

_client protected property

protected CompaniesHouseClient _client
return CompaniesHouseClient

_result protected property

protected CompaniesHouseClientResponse _result
return CompaniesHouseClientResponse