PHP Class Bitpay\PayoutTest

Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: bitpay/php-client

Public Methods

Method Description
setUp ( )
testAddInstruction ( )
testGetAccountId ( )
testGetAmount ( )
testGetBtcAmount ( )
testGetBtcAmountNull ( )
testGetCurrency ( )
testGetEffectiveDate ( )
testGetId ( )
testGetInstructions ( )
testGetInstructionsEmpty ( )
testGetNotificationEmail ( )
testGetNotificationUrl ( )
testGetPricingMethod ( )
testGetRate ( )
testGetReference ( )
testGetRequestDate ( )
testGetResponseToken ( )
testGetToken ( )
testSetAccountId ( )
testSetCurrency ( )
testSetEffectiveDate ( )
testSetId ( )
testSetNotificationEmail ( )
testSetNotificationUrl ( )
testSetPricingMethod ( )
testSetRate ( )
testSetReference ( )
testSetRequestDate ( )
testSetResponseToken ( )
testSetToken ( )
testUpdateInstruction ( )

Private Methods

Method Description
getMockCurrency ( )

Method Details

setUp() public method

public setUp ( )

testAddInstruction() public method

public testAddInstruction ( )

testGetAccountId() public method

public testGetAccountId ( )

testGetAmount() public method

public testGetAmount ( )

testGetBtcAmount() public method

public testGetBtcAmount ( )

testGetBtcAmountNull() public method

testGetCurrency() public method

public testGetCurrency ( )

testGetEffectiveDate() public method

testGetId() public method

public testGetId ( )

testGetInstructions() public method

public testGetInstructions ( )

testGetInstructionsEmpty() public method

testGetNotificationEmail() public method

testGetNotificationUrl() public method

testGetPricingMethod() public method

testGetRate() public method

public testGetRate ( )

testGetReference() public method

public testGetReference ( )

testGetRequestDate() public method

public testGetRequestDate ( )

testGetResponseToken() public method

testGetToken() public method

public testGetToken ( )

testSetAccountId() public method

public testSetAccountId ( )

testSetCurrency() public method

public testSetCurrency ( )

testSetEffectiveDate() public method

testSetId() public method

public testSetId ( )

testSetNotificationEmail() public method

testSetNotificationUrl() public method

testSetPricingMethod() public method

testSetRate() public method

public testSetRate ( )

testSetReference() public method

public testSetReference ( )

testSetRequestDate() public method

public testSetRequestDate ( )

testSetResponseToken() public method

testSetToken() public method

public testSetToken ( )

testUpdateInstruction() public method